Package io.fabric8.kubernetes.client.dsl
Interface AuthorizationAPIGroupDSL
-
- All Superinterfaces:
AutoCloseable,Client,Closeable
public interface AuthorizationAPIGroupDSL extends Client
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description V1AuthorizationAPIGroupDSLv1()DSL for authorization.k8s.io/v1 api group.V1beta1AuthorizationAPIGroupDSLv1beta1()DSL for authorization.k8s.io/v1beta1 api group-
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
-
-
-
-
Method Detail
-
v1
V1AuthorizationAPIGroupDSL v1()
DSL for authorization.k8s.io/v1 api group.- Returns:
- V1 Authorization API DSL object
-
v1beta1
V1beta1AuthorizationAPIGroupDSL v1beta1()
DSL for authorization.k8s.io/v1beta1 api group- Returns:
- V1beta1 Authorization API DSL object
-
-