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 Type
    Method
    Description
    getNonResourceURLs(int index)
    NonResourceURLs is a set of partial urls that a user should have access to.
    com.google.protobuf.ByteString
    NonResourceURLs is a set of partial urls that a user should have access to.
    int
    NonResourceURLs 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.ByteString
    getVerbsBytes(int index)
    Verb is a list of kubernetes non-resource API verbs, like: get, post, put, delete, patch, head, options.
    int
    Verb 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

    isInitialized

    Methods inherited from interface com.google.protobuf.MessageOrBuilder

    findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
  • Method Details

    • getVerbsList

      List<String> 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

      String getVerbs(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;
    • 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

      List<String> 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

      String getNonResourceURLs(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;
    • 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;