Package io.kubernetes.client.proto
Interface V1Authorization.NonResourceRuleOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
V1Authorization.NonResourceRule,V1Authorization.NonResourceRule.Builder
- Enclosing class:
- V1Authorization
public static interface V1Authorization.NonResourceRuleOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptiongetNonResourceURLs(int index) NonResourceURLs is a set of partial urls that a user should have access to.com.google.protobuf.ByteStringgetNonResourceURLsBytes(int index) NonResourceURLs is a set of partial urls that a user should have access to.intNonResourceURLs is a set of partial urls that a user should have access to.NonResourceURLs is a set of partial urls that a user should have access to.getVerbs(int index) Verb is a list of kubernetes non-resource API verbs, like: get, post, put, delete, patch, head, options.com.google.protobuf.ByteStringgetVerbsBytes(int index) Verb is a list of kubernetes non-resource API verbs, like: get, post, put, delete, patch, head, options.intVerb is a list of kubernetes non-resource API verbs, like: get, post, put, delete, patch, head, options.Verb is a list of kubernetes non-resource API verbs, like: get, post, put, delete, patch, head, options.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
-
getVerbsList
Verb is a list of kubernetes non-resource API verbs, like: get, post, put, delete, patch, head, options. "*" means all.
repeated string verbs = 1; -
getVerbsCount
int getVerbsCount()Verb is a list of kubernetes non-resource API verbs, like: get, post, put, delete, patch, head, options. "*" means all.
repeated string verbs = 1; -
getVerbs
Verb is a list of kubernetes non-resource API verbs, like: get, post, put, delete, patch, head, options. "*" means all.
repeated string verbs = 1; -
getVerbsBytes
com.google.protobuf.ByteString getVerbsBytes(int index) Verb is a list of kubernetes non-resource API verbs, like: get, post, put, delete, patch, head, options. "*" means all.
repeated string verbs = 1; -
getNonResourceURLsList
NonResourceURLs is a set of partial urls that a user should have access to. *s are allowed, but only as the full, final step in the path. "*" means all. +optional
repeated string nonResourceURLs = 2; -
getNonResourceURLsCount
int getNonResourceURLsCount()NonResourceURLs is a set of partial urls that a user should have access to. *s are allowed, but only as the full, final step in the path. "*" means all. +optional
repeated string nonResourceURLs = 2; -
getNonResourceURLs
NonResourceURLs is a set of partial urls that a user should have access to. *s are allowed, but only as the full, final step in the path. "*" means all. +optional
repeated string nonResourceURLs = 2; -
getNonResourceURLsBytes
com.google.protobuf.ByteString getNonResourceURLsBytes(int index) NonResourceURLs is a set of partial urls that a user should have access to. *s are allowed, but only as the full, final step in the path. "*" means all. +optional
repeated string nonResourceURLs = 2;
-