Package io.fabric8.kubernetes.api.model
Interface SecretListFluent.ItemsNested<N>
-
- All Superinterfaces:
Fluent<SecretListFluent.ItemsNested<N>>,Nested<N>,SecretFluent<SecretListFluent.ItemsNested<N>>
- All Known Implementing Classes:
SecretListFluentImpl.ItemsNestedImpl
- Enclosing interface:
- SecretListFluent<A extends SecretListFluent<A>>
public static interface SecretListFluent.ItemsNested<N> extends Nested<N>, SecretFluent<SecretListFluent.ItemsNested<N>>
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface io.fabric8.kubernetes.api.model.SecretFluent
SecretFluent.MetadataNested<N>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Nand()NendItem()-
Methods inherited from interface io.fabric8.kubernetes.api.model.SecretFluent
addToData, addToData, addToStringData, addToStringData, buildMetadata, editMetadata, editOrNewMetadata, editOrNewMetadataLike, getApiVersion, getData, getKind, getMetadata, getStringData, getType, hasApiVersion, hasData, hasImmutable, hasKind, hasMetadata, hasStringData, hasType, isImmutable, removeFromData, removeFromData, removeFromStringData, removeFromStringData, withApiVersion, withData, withImmutable, withKind, withMetadata, withNewApiVersion, withNewApiVersion, withNewApiVersion, withNewImmutable, withNewImmutable, withNewKind, withNewKind, withNewKind, withNewMetadata, withNewMetadataLike, withNewType, withNewType, withNewType, withStringData, withType
-
-