Package io.kubernetes.client.proto
Interface V1beta1Admissionregistration.RuleWithOperationsOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
V1beta1Admissionregistration.RuleWithOperations,V1beta1Admissionregistration.RuleWithOperations.Builder
- Enclosing class:
- V1beta1Admissionregistration
public static interface V1beta1Admissionregistration.RuleWithOperationsOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptiongetOperations(int index) 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.com.google.protobuf.ByteStringgetOperationsBytes(int index) 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.intOperations 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.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.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, 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.
repeated string operations = 1; -
getOperationsCount
int getOperationsCount()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.
repeated string operations = 1; -
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.
repeated string operations = 1; -
getOperationsBytes
com.google.protobuf.ByteString getOperationsBytes(int index) 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.
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.v1beta1.Rule rule = 2; -
getRule
V1beta1Admissionregistration.Rule getRule()Rule is embedded, it describes other criteria of the rule, like APIGroups, APIVersions, Resources, etc.
optional .k8s.io.api.admissionregistration.v1beta1.Rule rule = 2; -
getRuleOrBuilder
V1beta1Admissionregistration.RuleOrBuilder getRuleOrBuilder()Rule is embedded, it describes other criteria of the rule, like APIGroups, APIVersions, Resources, etc.
optional .k8s.io.api.admissionregistration.v1beta1.Rule rule = 2;
-