Package io.kubernetes.client.proto
Interface V1alpha1Admissionregistration.RuleWithOperationsOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
V1alpha1Admissionregistration.RuleWithOperations,V1alpha1Admissionregistration.RuleWithOperations.Builder
- Enclosing class:
- V1alpha1Admissionregistration
public static interface V1alpha1Admissionregistration.RuleWithOperationsOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptiongetOperations(int index) Operations is the operations the admission hook cares about - CREATE, UPDATE, or * for all operations.com.google.protobuf.ByteStringgetOperationsBytes(int index) Operations is the operations the admission hook cares about - CREATE, UPDATE, or * for all operations.intOperations is the operations the admission hook cares about - CREATE, UPDATE, or * for all operations.Operations is the operations the admission hook cares about - CREATE, UPDATE, or * for all operations.getRule()Rule is embedded, it describes other criteria of the rule, like APIGroups, APIVersions, Resources, etc.Rule is embedded, it describes other criteria of the rule, like APIGroups, APIVersions, Resources, etc.booleanhasRule()Rule is embedded, it describes other criteria of the rule, like APIGroups, APIVersions, Resources, etc.Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getOperationsList
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.
repeated string operations = 1; -
getOperationsCount
int getOperationsCount()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.
repeated string operations = 1; -
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.
repeated string operations = 1; -
getOperationsBytes
com.google.protobuf.ByteString getOperationsBytes(int index) 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.
repeated string operations = 1; -
hasRule
boolean hasRule()Rule is embedded, it describes other criteria of the rule, like APIGroups, APIVersions, Resources, etc.
optional .k8s.io.api.admissionregistration.v1alpha1.Rule rule = 2; -
getRule
V1alpha1Admissionregistration.Rule getRule()Rule is embedded, it describes other criteria of the rule, like APIGroups, APIVersions, Resources, etc.
optional .k8s.io.api.admissionregistration.v1alpha1.Rule rule = 2; -
getRuleOrBuilder
V1alpha1Admissionregistration.RuleOrBuilder getRuleOrBuilder()Rule is embedded, it describes other criteria of the rule, like APIGroups, APIVersions, Resources, etc.
optional .k8s.io.api.admissionregistration.v1alpha1.Rule rule = 2;
-