All Downloads are FREE. Search and download functionalities are using the official Maven repository.

io.kubernetes.client.openapi.models.V1RuleWithOperationsFluent Maven / Gradle / Ivy

There is a newer version: 23.0.0-legacy
Show newest version
/*
Copyright 2022 The Kubernetes Authors.
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
*/
package io.kubernetes.client.openapi.models;

import io.kubernetes.client.fluent.Fluent;
import java.util.Collection;
import java.util.List;
import java.util.function.Predicate;

/** Generated */
public interface V1RuleWithOperationsFluent>
    extends Fluent {
  public A addToApiGroups(Integer index, String item);

  public A setToApiGroups(java.lang.Integer index, java.lang.String item);

  public A addToApiGroups(java.lang.String... items);

  public A addAllToApiGroups(Collection items);

  public A removeFromApiGroups(java.lang.String... items);

  public A removeAllFromApiGroups(java.util.Collection items);

  public List getApiGroups();

  public java.lang.String getApiGroup(java.lang.Integer index);

  public java.lang.String getFirstApiGroup();

  public java.lang.String getLastApiGroup();

  public java.lang.String getMatchingApiGroup(Predicate predicate);

  public Boolean hasMatchingApiGroup(java.util.function.Predicate predicate);

  public A withApiGroups(java.util.List apiGroups);

  public A withApiGroups(java.lang.String... apiGroups);

  public java.lang.Boolean hasApiGroups();

  public A addToApiVersions(java.lang.Integer index, java.lang.String item);

  public A setToApiVersions(java.lang.Integer index, java.lang.String item);

  public A addToApiVersions(java.lang.String... items);

  public A addAllToApiVersions(java.util.Collection items);

  public A removeFromApiVersions(java.lang.String... items);

  public A removeAllFromApiVersions(java.util.Collection items);

  public java.util.List getApiVersions();

  public java.lang.String getApiVersion(java.lang.Integer index);

  public java.lang.String getFirstApiVersion();

  public java.lang.String getLastApiVersion();

  public java.lang.String getMatchingApiVersion(
      java.util.function.Predicate predicate);

  public java.lang.Boolean hasMatchingApiVersion(
      java.util.function.Predicate predicate);

  public A withApiVersions(java.util.List apiVersions);

  public A withApiVersions(java.lang.String... apiVersions);

  public java.lang.Boolean hasApiVersions();

  public A addToOperations(java.lang.Integer index, java.lang.String item);

  public A setToOperations(java.lang.Integer index, java.lang.String item);

  public A addToOperations(java.lang.String... items);

  public A addAllToOperations(java.util.Collection items);

  public A removeFromOperations(java.lang.String... items);

  public A removeAllFromOperations(java.util.Collection items);

  public java.util.List getOperations();

  public java.lang.String getOperation(java.lang.Integer index);

  public java.lang.String getFirstOperation();

  public java.lang.String getLastOperation();

  public java.lang.String getMatchingOperation(
      java.util.function.Predicate predicate);

  public java.lang.Boolean hasMatchingOperation(
      java.util.function.Predicate predicate);

  public A withOperations(java.util.List operations);

  public A withOperations(java.lang.String... operations);

  public java.lang.Boolean hasOperations();

  public A addToResources(java.lang.Integer index, java.lang.String item);

  public A setToResources(java.lang.Integer index, java.lang.String item);

  public A addToResources(java.lang.String... items);

  public A addAllToResources(java.util.Collection items);

  public A removeFromResources(java.lang.String... items);

  public A removeAllFromResources(java.util.Collection items);

  public java.util.List getResources();

  public java.lang.String getResource(java.lang.Integer index);

  public java.lang.String getFirstResource();

  public java.lang.String getLastResource();

  public java.lang.String getMatchingResource(
      java.util.function.Predicate predicate);

  public java.lang.Boolean hasMatchingResource(
      java.util.function.Predicate predicate);

  public A withResources(java.util.List resources);

  public A withResources(java.lang.String... resources);

  public java.lang.Boolean hasResources();

  public java.lang.String getScope();

  public A withScope(java.lang.String scope);

  public java.lang.Boolean hasScope();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy