Package io.fabric8.kubernetes.client
Class AuthorizationAPIGroupClient
- java.lang.Object
-
- io.fabric8.kubernetes.client.BaseClient
-
- io.fabric8.kubernetes.client.AuthorizationAPIGroupClient
-
- All Implemented Interfaces:
Client,ConfigAware,AuthorizationAPIGroupDSL,HttpClientAware,Closeable,AutoCloseable
public class AuthorizationAPIGroupClient extends BaseClient implements AuthorizationAPIGroupDSL
-
-
Field Summary
-
Fields inherited from class io.fabric8.kubernetes.client.BaseClient
httpClient
-
-
Constructor Summary
Constructors Constructor Description AuthorizationAPIGroupClient()AuthorizationAPIGroupClient(okhttp3.OkHttpClient httpClient, Config config)
-
Method Summary
All Methods Instance Methods Concrete 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 class io.fabric8.kubernetes.client.BaseClient
adapt, close, getApiVersion, getConfiguration, getHttpClient, getMasterUrl, getNamespace, isAdaptable, rootPaths, supportsApiPath
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface io.fabric8.kubernetes.client.Client
adapt, close, getApiVersion, getMasterUrl, getNamespace, isAdaptable, rootPaths, supportsApiPath
-
Methods inherited from interface io.fabric8.kubernetes.client.ConfigAware
getConfiguration
-
-
-
-
Constructor Detail
-
AuthorizationAPIGroupClient
public AuthorizationAPIGroupClient()
-
AuthorizationAPIGroupClient
public AuthorizationAPIGroupClient(okhttp3.OkHttpClient httpClient, Config config)
-
-
Method Detail
-
v1
public V1AuthorizationAPIGroupDSL v1()
Description copied from interface:AuthorizationAPIGroupDSLDSL for authorization.k8s.io/v1 api group.- Specified by:
v1in interfaceAuthorizationAPIGroupDSL- Returns:
- V1 Authorization API DSL object
-
v1beta1
public V1beta1AuthorizationAPIGroupDSL v1beta1()
Description copied from interface:AuthorizationAPIGroupDSLDSL for authorization.k8s.io/v1beta1 api group- Specified by:
v1beta1in interfaceAuthorizationAPIGroupDSL- Returns:
- V1beta1 Authorization API DSL object
-
-