Interface SecretFluent<A extends SecretFluent<A>>

All Superinterfaces:
Fluent<A>
All Known Subinterfaces:
BaseKubernetesListFluent.SecretItemsNested<N>, KubeSchemaFluent.SecretNested<N>, NamedExtensionFluent.SecretExtensionNested<N>, SecretListFluent.ItemsNested<N>, WatchEventFluent.SecretObjectNested<N>
All Known Implementing Classes:
BaseKubernetesListFluentImpl.SecretItemsNestedImpl, DoneableSecret, KubeSchemaFluentImpl.SecretNestedImpl, NamedExtensionFluentImpl.SecretExtensionNestedImpl, SecretBuilder, SecretFluentImpl, SecretListFluentImpl.ItemsNestedImpl, WatchEventFluentImpl.SecretObjectNestedImpl

public interface SecretFluent<A extends SecretFluent<A>>
extends Fluent<A>