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()NonNamespaceOperation<io.fabric8.kubernetes.api.model.networking.v1beta1.IPAddress,io.fabric8.kubernetes.api.model.networking.v1beta1.IPAddressList,Resource<io.fabric8.kubernetes.api.model.networking.v1beta1.IPAddress>>ipAddresses()API entrypoint for networking.k8s.io/v1beta1 IPAddress
IPAddress represents a single IP of a single IP Family.-
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()
-
ipAddresses
NonNamespaceOperation<io.fabric8.kubernetes.api.model.networking.v1beta1.IPAddress,io.fabric8.kubernetes.api.model.networking.v1beta1.IPAddressList,Resource<io.fabric8.kubernetes.api.model.networking.v1beta1.IPAddress>> ipAddresses()
API entrypoint for networking.k8s.io/v1beta1 IPAddress
IPAddress represents a single IP of a single IP Family. The object is designed to be used by APIs that operate on IP addresses. The object is used by the Service core API for allocation of IP addresses.- Returns:
NonNamespaceOperationfor IPAddress
-
-