Package io.fabric8.kubernetes.client
Interface V1beta1NetworkAPIGroupDSL
-
- All Superinterfaces:
AutoCloseable,Client,Closeable
public interface V1beta1NetworkAPIGroupDSL extends Client
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description NonNamespaceOperation<io.fabric8.kubernetes.api.model.networking.v1beta1.IngressClass,io.fabric8.kubernetes.api.model.networking.v1beta1.IngressClassList,Resource<io.fabric8.kubernetes.api.model.networking.v1beta1.IngressClass>>ingressClasses()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()-
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
-
ingresses
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()
-
ingressClasses
NonNamespaceOperation<io.fabric8.kubernetes.api.model.networking.v1beta1.IngressClass,io.fabric8.kubernetes.api.model.networking.v1beta1.IngressClassList,Resource<io.fabric8.kubernetes.api.model.networking.v1beta1.IngressClass>> ingressClasses()
-
-