Package io.fabric8.kubernetes.client
Interface V1Alpha1NetworkAPIGroupDSL
-
- All Superinterfaces:
AutoCloseable,Client,Closeable
public interface V1Alpha1NetworkAPIGroupDSL extends Client
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description NonNamespaceOperation<io.fabric8.kubernetes.api.model.networking.v1alpha1.IPAddress,io.fabric8.kubernetes.api.model.networking.v1alpha1.IPAddressList,Resource<io.fabric8.kubernetes.api.model.networking.v1alpha1.IPAddress>>ipAddresses()API entrypoint for networking.k8s.io/v1alpha1 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
-
ipAddresses
NonNamespaceOperation<io.fabric8.kubernetes.api.model.networking.v1alpha1.IPAddress,io.fabric8.kubernetes.api.model.networking.v1alpha1.IPAddressList,Resource<io.fabric8.kubernetes.api.model.networking.v1alpha1.IPAddress>> ipAddresses()
API entrypoint for networking.k8s.io/v1alpha1 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
-
-