Class V1alpha1NamedRuleWithOperations

java.lang.Object
io.micronaut.kubernetes.client.openapi.model.V1alpha1NamedRuleWithOperations

@Generated("io.micronaut.openapi.generator.JavaMicronautClientCodegen") public class V1alpha1NamedRuleWithOperations extends Object
NamedRuleWithOperations is a tuple of Operations and Resources with ResourceNames.
  • Field Details

  • Constructor Details

    • V1alpha1NamedRuleWithOperations

      public V1alpha1NamedRuleWithOperations()
  • Method Details

    • getApiGroups

      public List<String> getApiGroups()
      APIGroups is the API groups the resources belong to. '*' is all groups. If '*' is present, the length of the slice must be one. Required.
      Returns:
      the apiGroups property value
    • setApiGroups

      public void setApiGroups(List<String> apiGroups)
      Set the apiGroups property value
    • apiGroups

      public V1alpha1NamedRuleWithOperations apiGroups(List<String> apiGroups)
      Set apiGroups in a chainable fashion.
      Returns:
      The same instance of V1alpha1NamedRuleWithOperations for chaining.
    • addapiGroupsItem

      public V1alpha1NamedRuleWithOperations addapiGroupsItem(String apiGroupsItem)
      Add an item to the apiGroups property in a chainable fashion.
      Returns:
      The same instance of V1alpha1NamedRuleWithOperations for chaining.
    • getApiVersions

      public List<String> getApiVersions()
      APIVersions is the API versions the resources belong to. '*' is all versions. If '*' is present, the length of the slice must be one. Required.
      Returns:
      the apiVersions property value
    • setApiVersions

      public void setApiVersions(List<String> apiVersions)
      Set the apiVersions property value
    • apiVersions

      public V1alpha1NamedRuleWithOperations apiVersions(List<String> apiVersions)
      Set apiVersions in a chainable fashion.
      Returns:
      The same instance of V1alpha1NamedRuleWithOperations for chaining.
    • addapiVersionsItem

      public V1alpha1NamedRuleWithOperations addapiVersionsItem(String apiVersionsItem)
      Add an item to the apiVersions property in a chainable fashion.
      Returns:
      The same instance of V1alpha1NamedRuleWithOperations for chaining.
    • getOperations

      public List<String> getOperations()
      Operations is the operations the admission hook cares about - CREATE, UPDATE, DELETE, CONNECT or * for all of those operations and any future admission operations that are added. If '*' is present, the length of the slice must be one. Required.
      Returns:
      the operations property value
    • setOperations

      public void setOperations(List<String> operations)
      Set the operations property value
    • operations

      public V1alpha1NamedRuleWithOperations operations(List<String> operations)
      Set operations in a chainable fashion.
      Returns:
      The same instance of V1alpha1NamedRuleWithOperations for chaining.
    • addoperationsItem

      public V1alpha1NamedRuleWithOperations addoperationsItem(String operationsItem)
      Add an item to the operations property in a chainable fashion.
      Returns:
      The same instance of V1alpha1NamedRuleWithOperations for chaining.
    • getResourceNames

      public List<String> getResourceNames()
      ResourceNames is an optional white list of names that the rule applies to. An empty set means that everything is allowed.
      Returns:
      the resourceNames property value
    • setResourceNames

      public void setResourceNames(List<String> resourceNames)
      Set the resourceNames property value
    • resourceNames

      public V1alpha1NamedRuleWithOperations resourceNames(List<String> resourceNames)
      Set resourceNames in a chainable fashion.
      Returns:
      The same instance of V1alpha1NamedRuleWithOperations for chaining.
    • addresourceNamesItem

      public V1alpha1NamedRuleWithOperations addresourceNamesItem(String resourceNamesItem)
      Add an item to the resourceNames property in a chainable fashion.
      Returns:
      The same instance of V1alpha1NamedRuleWithOperations for chaining.
    • getResources

      public List<String> getResources()
      Resources is a list of resources this rule applies to. For example: 'pods' means pods. 'pods/log' means the log subresource of pods. '*' means all resources, but not subresources. 'pods/_*' means all subresources of pods. '*_/scale' means all scale subresources. '*_/_*' means all resources and their subresources. If wildcard is present, the validation rule will ensure resources do not overlap with each other. Depending on the enclosing object, subresources might not be allowed. Required.
      Returns:
      the resources property value
    • setResources

      public void setResources(List<String> resources)
      Set the resources property value
    • resources

      public V1alpha1NamedRuleWithOperations resources(List<String> resources)
      Set resources in a chainable fashion.
      Returns:
      The same instance of V1alpha1NamedRuleWithOperations for chaining.
    • addresourcesItem

      public V1alpha1NamedRuleWithOperations addresourcesItem(String resourcesItem)
      Add an item to the resources property in a chainable fashion.
      Returns:
      The same instance of V1alpha1NamedRuleWithOperations for chaining.
    • getScope

      public String getScope()
      scope specifies the scope of this rule. Valid values are \"Cluster\", \"Namespaced\", and \"*\" \"Cluster\" means that only cluster-scoped resources will match this rule. Namespace API objects are cluster-scoped. \"Namespaced\" means that only namespaced resources will match this rule. \"*\" means that there are no scope restrictions. Subresources match the scope of their parent resource. Default is \"*\".
      Returns:
      the scope property value
    • setScope

      public void setScope(String scope)
      Set the scope property value
    • scope

      Set scope in a chainable fashion.
      Returns:
      The same instance of V1alpha1NamedRuleWithOperations for chaining.
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object