Package io.kubernetes.client.proto
Interface V1Authorization.SelfSubjectRulesReviewSpecOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
V1Authorization.SelfSubjectRulesReviewSpec
,V1Authorization.SelfSubjectRulesReviewSpec.Builder
- Enclosing class:
- V1Authorization
public static interface V1Authorization.SelfSubjectRulesReviewSpecOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionNamespace to evaluate rules for.com.google.protobuf.ByteString
Namespace to evaluate rules for.boolean
Namespace to evaluate rules for.Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitialized
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
hasNamespace
boolean hasNamespace()Namespace to evaluate rules for. Required.
optional string namespace = 1;
-
getNamespace
String getNamespace()Namespace to evaluate rules for. Required.
optional string namespace = 1;
-
getNamespaceBytes
com.google.protobuf.ByteString getNamespaceBytes()Namespace to evaluate rules for. Required.
optional string namespace = 1;
-