Package net.stickycode.kuuty.model.v18
Class IoK8sApiAdmissionregistrationV1RuleWithOperations
- java.lang.Object
-
- net.stickycode.kuuty.model.v18.IoK8sApiAdmissionregistrationV1RuleWithOperations
-
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2020-11-26T11:01:11.402583+13:00[Pacific/Auckland]") public class IoK8sApiAdmissionregistrationV1RuleWithOperations extends Object
RuleWithOperations is a tuple of Operations and Resources. It is recommended to make sure that all the tuple expansions are valid.
-
-
Field Summary
Fields Modifier and Type Field Description static StringJSON_PROPERTY_API_GROUPSstatic StringJSON_PROPERTY_API_VERSIONSstatic StringJSON_PROPERTY_OPERATIONSstatic StringJSON_PROPERTY_RESOURCESstatic StringJSON_PROPERTY_SCOPE
-
Constructor Summary
Constructors Constructor Description IoK8sApiAdmissionregistrationV1RuleWithOperations()
-
Method Summary
-
-
-
Field Detail
-
JSON_PROPERTY_API_GROUPS
public static final String JSON_PROPERTY_API_GROUPS
- See Also:
- Constant Field Values
-
JSON_PROPERTY_API_VERSIONS
public static final String JSON_PROPERTY_API_VERSIONS
- See Also:
- Constant Field Values
-
JSON_PROPERTY_OPERATIONS
public static final String JSON_PROPERTY_OPERATIONS
- See Also:
- Constant Field Values
-
JSON_PROPERTY_RESOURCES
public static final String JSON_PROPERTY_RESOURCES
- See Also:
- Constant Field Values
-
JSON_PROPERTY_SCOPE
public static final String JSON_PROPERTY_SCOPE
- See Also:
- Constant Field Values
-
-
Method Detail
-
apiGroups
public IoK8sApiAdmissionregistrationV1RuleWithOperations apiGroups(List<String> apiGroups)
-
addApiGroupsItem
public IoK8sApiAdmissionregistrationV1RuleWithOperations addApiGroupsItem(String apiGroupsItem)
-
getApiGroups
@Nullable 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:
- apiGroups
-
apiVersions
public IoK8sApiAdmissionregistrationV1RuleWithOperations apiVersions(List<String> apiVersions)
-
addApiVersionsItem
public IoK8sApiAdmissionregistrationV1RuleWithOperations addApiVersionsItem(String apiVersionsItem)
-
getApiVersions
@Nullable 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:
- apiVersions
-
operations
public IoK8sApiAdmissionregistrationV1RuleWithOperations operations(List<String> operations)
-
addOperationsItem
public IoK8sApiAdmissionregistrationV1RuleWithOperations addOperationsItem(String operationsItem)
-
getOperations
@Nullable public List<String> getOperations()
Operations is the operations the admission hook cares about - CREATE, UPDATE, or * for all operations. If '*' is present, the length of the slice must be one. Required.- Returns:
- operations
-
resources
public IoK8sApiAdmissionregistrationV1RuleWithOperations resources(List<String> resources)
-
addResourcesItem
public IoK8sApiAdmissionregistrationV1RuleWithOperations addResourcesItem(String resourcesItem)
-
getResources
@Nullable 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:
- resources
-
scope
public IoK8sApiAdmissionregistrationV1RuleWithOperations scope(String scope)
-
getScope
@Nullable 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:
- scope
-
setScope
public void setScope(String scope)
-
-