Class NetworkAPIGroupClient
- java.lang.Object
-
- io.fabric8.kubernetes.client.extension.ClientAdapter<NetworkAPIGroupClient>
-
- io.fabric8.kubernetes.client.impl.NetworkAPIGroupClient
-
- All Implemented Interfaces:
Client
,NetworkAPIGroupDSL
,Closeable
,AutoCloseable
public class NetworkAPIGroupClient extends ClientAdapter<NetworkAPIGroupClient> implements NetworkAPIGroupDSL
-
-
Constructor Summary
Constructors Constructor Description NetworkAPIGroupClient()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description MixedOperation<io.fabric8.kubernetes.api.model.networking.v1beta1.Ingress,io.fabric8.kubernetes.api.model.networking.v1beta1.IngressList,Resource<io.fabric8.kubernetes.api.model.networking.v1beta1.Ingress>>
ingress()
MixedOperation<io.fabric8.kubernetes.api.model.networking.v1beta1.Ingress,io.fabric8.kubernetes.api.model.networking.v1beta1.IngressList,Resource<io.fabric8.kubernetes.api.model.networking.v1beta1.Ingress>>
ingresses()
MixedOperation<io.fabric8.kubernetes.api.model.networking.v1.NetworkPolicy,io.fabric8.kubernetes.api.model.networking.v1.NetworkPolicyList,Resource<io.fabric8.kubernetes.api.model.networking.v1.NetworkPolicy>>
networkPolicies()
NetworkAPIGroupClient
newInstance()
V1NetworkAPIGroupDSL
v1()
V1Alpha1NetworkAPIGroupDSL
v1alpha1()
V1beta1NetworkAPIGroupDSL
v1beta1()
-
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 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, getApiGroup, getApiGroups, getApiResources, getApiVersion, getAPIVersions, getConfiguration, getHttpClient, getMasterUrl, getNamespace, hasApiGroup, newClient, raw, raw, resources, resources, rootPaths, supports, supports, supportsApiPath
-
-
-
-
Method Detail
-
v1
public V1NetworkAPIGroupDSL v1()
- Specified by:
v1
in interfaceNetworkAPIGroupDSL
-
v1beta1
public V1beta1NetworkAPIGroupDSL v1beta1()
- Specified by:
v1beta1
in interfaceNetworkAPIGroupDSL
-
v1alpha1
public V1Alpha1NetworkAPIGroupDSL v1alpha1()
- Specified by:
v1alpha1
in interfaceNetworkAPIGroupDSL
-
networkPolicies
public MixedOperation<io.fabric8.kubernetes.api.model.networking.v1.NetworkPolicy,io.fabric8.kubernetes.api.model.networking.v1.NetworkPolicyList,Resource<io.fabric8.kubernetes.api.model.networking.v1.NetworkPolicy>> networkPolicies()
- Specified by:
networkPolicies
in interfaceNetworkAPIGroupDSL
-
ingress
public MixedOperation<io.fabric8.kubernetes.api.model.networking.v1beta1.Ingress,io.fabric8.kubernetes.api.model.networking.v1beta1.IngressList,Resource<io.fabric8.kubernetes.api.model.networking.v1beta1.Ingress>> ingress()
- Specified by:
ingress
in interfaceNetworkAPIGroupDSL
-
ingresses
public MixedOperation<io.fabric8.kubernetes.api.model.networking.v1beta1.Ingress,io.fabric8.kubernetes.api.model.networking.v1beta1.IngressList,Resource<io.fabric8.kubernetes.api.model.networking.v1beta1.Ingress>> ingresses()
- Specified by:
ingresses
in interfaceNetworkAPIGroupDSL
-
newInstance
public NetworkAPIGroupClient newInstance()
- Specified by:
newInstance
in classClientAdapter<NetworkAPIGroupClient>
-
-