Package io.fabric8.kubernetes.api.model
Interface ContextFluent.ExtensionsNested<N>
-
- All Superinterfaces:
Fluent<ContextFluent.ExtensionsNested<N>>
,NamedExtensionFluent<ContextFluent.ExtensionsNested<N>>
,Nested<N>
- All Known Implementing Classes:
ContextFluentImpl.ExtensionsNestedImpl
- Enclosing interface:
- ContextFluent<A extends ContextFluent<A>>
public static interface ContextFluent.ExtensionsNested<N> extends Nested<N>, NamedExtensionFluent<ContextFluent.ExtensionsNested<N>>
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface io.fabric8.kubernetes.api.model.NamedExtensionFluent
NamedExtensionFluent.APIServiceExtensionNested<N>, NamedExtensionFluent.BindingExtensionNested<N>, NamedExtensionFluent.ComponentStatusExtensionNested<N>, NamedExtensionFluent.ConfigMapExtensionNested<N>, NamedExtensionFluent.EndpointsExtensionNested<N>, NamedExtensionFluent.EventExtensionNested<N>, NamedExtensionFluent.LimitRangeExtensionNested<N>, NamedExtensionFluent.NamespaceExtensionNested<N>, NamedExtensionFluent.NodeExtensionNested<N>, NamedExtensionFluent.PersistentVolumeClaimExtensionNested<N>, NamedExtensionFluent.PersistentVolumeExtensionNested<N>, NamedExtensionFluent.PodExtensionNested<N>, NamedExtensionFluent.PodTemplateExtensionNested<N>, NamedExtensionFluent.ReplicationControllerExtensionNested<N>, NamedExtensionFluent.ResourceQuotaExtensionNested<N>, NamedExtensionFluent.SecretExtensionNested<N>, NamedExtensionFluent.ServiceAccountExtensionNested<N>, NamedExtensionFluent.ServiceExtensionNested<N>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description N
and()
N
endExtension()
-
Methods inherited from interface io.fabric8.kubernetes.api.model.NamedExtensionFluent
buildExtension, getExtension, getName, hasExtension, hasName, withAPIServiceExtension, withBindingExtension, withComponentStatusExtension, withConfigMapExtension, withEndpointsExtension, withEventExtension, withExtension, withLimitRangeExtension, withName, withNamespaceExtension, withNewAPIServiceExtension, withNewAPIServiceExtensionLike, withNewBindingExtension, withNewBindingExtensionLike, withNewComponentStatusExtension, withNewComponentStatusExtensionLike, withNewConfigMapExtension, withNewConfigMapExtensionLike, withNewEndpointsExtension, withNewEndpointsExtensionLike, withNewEventExtension, withNewEventExtensionLike, withNewLimitRangeExtension, withNewLimitRangeExtensionLike, withNewName, withNewName, withNewName, withNewNamespaceExtension, withNewNamespaceExtensionLike, withNewNodeExtension, withNewNodeExtensionLike, withNewPersistentVolumeClaimExtension, withNewPersistentVolumeClaimExtensionLike, withNewPersistentVolumeExtension, withNewPersistentVolumeExtensionLike, withNewPodExtension, withNewPodExtensionLike, withNewPodTemplateExtension, withNewPodTemplateExtensionLike, withNewReplicationControllerExtension, withNewReplicationControllerExtensionLike, withNewResourceQuotaExtension, withNewResourceQuotaExtensionLike, withNewSecretExtension, withNewSecretExtensionLike, withNewServiceAccountExtension, withNewServiceAccountExtensionLike, withNewServiceExtension, withNewServiceExtensionLike, withNodeExtension, withPersistentVolumeClaimExtension, withPersistentVolumeExtension, withPodExtension, withPodTemplateExtension, withReplicationControllerExtension, withResourceQuotaExtension, withSecretExtension, withServiceAccountExtension, withServiceExtension
-
-