Class V1AuthorizationAPIGroupClient

  • All Implemented Interfaces:
    io.fabric8.kubernetes.client.Client, io.fabric8.kubernetes.client.V1AuthorizationAPIGroupDSL, Closeable, AutoCloseable

    public class V1AuthorizationAPIGroupClient
    extends io.fabric8.kubernetes.client.extension.ClientAdapter<V1AuthorizationAPIGroupClient>
    implements io.fabric8.kubernetes.client.V1AuthorizationAPIGroupDSL
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      io.fabric8.kubernetes.client.dsl.NamespacedInOutCreateable<io.fabric8.kubernetes.api.model.authorization.v1.LocalSubjectAccessReview,​io.fabric8.kubernetes.api.model.authorization.v1.LocalSubjectAccessReview> localSubjectAccessReview()  
      V1AuthorizationAPIGroupClient newInstance()  
      io.fabric8.kubernetes.client.dsl.InOutCreateable<io.fabric8.kubernetes.api.model.authorization.v1.SelfSubjectAccessReview,​io.fabric8.kubernetes.api.model.authorization.v1.SelfSubjectAccessReview> selfSubjectAccessReview()  
      io.fabric8.kubernetes.client.dsl.InOutCreateable<io.fabric8.kubernetes.api.model.authorization.v1.SelfSubjectRulesReview,​io.fabric8.kubernetes.api.model.authorization.v1.SelfSubjectRulesReview> selfSubjectRulesReview()  
      io.fabric8.kubernetes.client.dsl.InOutCreateable<io.fabric8.kubernetes.api.model.authorization.v1.SubjectAccessReview,​io.fabric8.kubernetes.api.model.authorization.v1.SubjectAccessReview> subjectAccessReview()  
      • Methods inherited from class io.fabric8.kubernetes.client.extension.ClientAdapter

        adapt, close, getApiGroup, getApiGroups, getApiResources, getApiVersion, getAPIVersions, getClient, getConfiguration, getHttpClient, getMasterUrl, getNamespace, hasApiGroup, inAnyNamespace, init, inNamespace, newClient, raw, resources, rootPaths, supports, supports, supportsApiPath
      • Methods inherited from interface io.fabric8.kubernetes.client.Client

        adapt, close, getApiGroup, getApiGroups, getApiResources, getApiVersion, getAPIVersions, getConfiguration, getHttpClient, getMasterUrl, getNamespace, hasApiGroup, newClient, raw, raw, resources, resources, rootPaths, supports, supports, supportsApiPath
    • Constructor Detail

      • V1AuthorizationAPIGroupClient

        public V1AuthorizationAPIGroupClient()
    • Method Detail

      • selfSubjectAccessReview

        public io.fabric8.kubernetes.client.dsl.InOutCreateable<io.fabric8.kubernetes.api.model.authorization.v1.SelfSubjectAccessReview,​io.fabric8.kubernetes.api.model.authorization.v1.SelfSubjectAccessReview> selfSubjectAccessReview()
        Specified by:
        selfSubjectAccessReview in interface io.fabric8.kubernetes.client.V1AuthorizationAPIGroupDSL
      • subjectAccessReview

        public io.fabric8.kubernetes.client.dsl.InOutCreateable<io.fabric8.kubernetes.api.model.authorization.v1.SubjectAccessReview,​io.fabric8.kubernetes.api.model.authorization.v1.SubjectAccessReview> subjectAccessReview()
        Specified by:
        subjectAccessReview in interface io.fabric8.kubernetes.client.V1AuthorizationAPIGroupDSL
      • localSubjectAccessReview

        public io.fabric8.kubernetes.client.dsl.NamespacedInOutCreateable<io.fabric8.kubernetes.api.model.authorization.v1.LocalSubjectAccessReview,​io.fabric8.kubernetes.api.model.authorization.v1.LocalSubjectAccessReview> localSubjectAccessReview()
        Specified by:
        localSubjectAccessReview in interface io.fabric8.kubernetes.client.V1AuthorizationAPIGroupDSL
      • selfSubjectRulesReview

        public io.fabric8.kubernetes.client.dsl.InOutCreateable<io.fabric8.kubernetes.api.model.authorization.v1.SelfSubjectRulesReview,​io.fabric8.kubernetes.api.model.authorization.v1.SelfSubjectRulesReview> selfSubjectRulesReview()
        Specified by:
        selfSubjectRulesReview in interface io.fabric8.kubernetes.client.V1AuthorizationAPIGroupDSL