Package io.fabric8.openshift.client.dsl
Interface OpenShiftWhereaboutsAPIGroupDSL
-
- All Superinterfaces:
AutoCloseable,io.fabric8.kubernetes.client.Client,Closeable
public interface OpenShiftWhereaboutsAPIGroupDSL extends io.fabric8.kubernetes.client.Client
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description io.fabric8.kubernetes.client.dsl.MixedOperation<io.fabric8.openshift.api.model.whereabouts.v1alpha1.IPPool,io.fabric8.openshift.api.model.whereabouts.v1alpha1.IPPoolList,io.fabric8.kubernetes.client.dsl.Resource<io.fabric8.openshift.api.model.whereabouts.v1alpha1.IPPool>>ippools()API entrypoint for IPPool (whereabouts.cni.cncf.io/v1alpha1)io.fabric8.kubernetes.client.dsl.MixedOperation<io.fabric8.openshift.api.model.whereabouts.v1alpha1.OverlappingRangeIPReservation,io.fabric8.openshift.api.model.whereabouts.v1alpha1.OverlappingRangeIPReservationList,io.fabric8.kubernetes.client.dsl.Resource<io.fabric8.openshift.api.model.whereabouts.v1alpha1.OverlappingRangeIPReservation>>overlappingRangeIpReservations()API entrypoint for OverlappingRangeIPReservation (whereabouts.cni.cncf.io/v1alpha1)-
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
-
ippools
io.fabric8.kubernetes.client.dsl.MixedOperation<io.fabric8.openshift.api.model.whereabouts.v1alpha1.IPPool,io.fabric8.openshift.api.model.whereabouts.v1alpha1.IPPoolList,io.fabric8.kubernetes.client.dsl.Resource<io.fabric8.openshift.api.model.whereabouts.v1alpha1.IPPool>> ippools()
API entrypoint for IPPool (whereabouts.cni.cncf.io/v1alpha1)- Returns:
MixedOperationfor IPPool resource
-
overlappingRangeIpReservations
io.fabric8.kubernetes.client.dsl.MixedOperation<io.fabric8.openshift.api.model.whereabouts.v1alpha1.OverlappingRangeIPReservation,io.fabric8.openshift.api.model.whereabouts.v1alpha1.OverlappingRangeIPReservationList,io.fabric8.kubernetes.client.dsl.Resource<io.fabric8.openshift.api.model.whereabouts.v1alpha1.OverlappingRangeIPReservation>> overlappingRangeIpReservations()
API entrypoint for OverlappingRangeIPReservation (whereabouts.cni.cncf.io/v1alpha1)- Returns:
MixedOperationfor OverlappingRangeIPReservation
-
-