Interface ConsoleNotificationFluent<A extends ConsoleNotificationFluent<A>>
-
- All Superinterfaces:
io.fabric8.kubernetes.api.builder.Fluent<A>
- All Known Subinterfaces:
ConsoleNotificationListFluent.ItemsNested<N>
- All Known Implementing Classes:
ConsoleNotificationBuilder,ConsoleNotificationFluentImpl,ConsoleNotificationListFluentImpl.ItemsNestedImpl
public interface ConsoleNotificationFluent<A extends ConsoleNotificationFluent<A>> extends io.fabric8.kubernetes.api.builder.Fluent<A>
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interfaceConsoleNotificationFluent.MetadataNested<N>static interfaceConsoleNotificationFluent.SpecNested<N>
-
Method Summary
-
-
-
Method Detail
-
getApiVersion
String getApiVersion()
-
hasApiVersion
Boolean hasApiVersion()
-
withNewApiVersion
A withNewApiVersion(StringBuilder arg1)
-
withNewApiVersion
A withNewApiVersion(StringBuffer arg1)
-
getKind
String getKind()
-
hasKind
Boolean hasKind()
-
withNewKind
A withNewKind(StringBuilder arg1)
-
withNewKind
A withNewKind(StringBuffer arg1)
-
getMetadata
@Deprecated io.fabric8.kubernetes.api.model.ObjectMeta getMetadata()
Deprecated.This method has been deprecated, please use method buildMetadata instead.- Returns:
- The buildable object.
-
buildMetadata
io.fabric8.kubernetes.api.model.ObjectMeta buildMetadata()
-
withMetadata
A withMetadata(io.fabric8.kubernetes.api.model.ObjectMeta metadata)
-
hasMetadata
Boolean hasMetadata()
-
withNewMetadata
ConsoleNotificationFluent.MetadataNested<A> withNewMetadata()
-
withNewMetadataLike
ConsoleNotificationFluent.MetadataNested<A> withNewMetadataLike(io.fabric8.kubernetes.api.model.ObjectMeta item)
-
editMetadata
ConsoleNotificationFluent.MetadataNested<A> editMetadata()
-
editOrNewMetadata
ConsoleNotificationFluent.MetadataNested<A> editOrNewMetadata()
-
editOrNewMetadataLike
ConsoleNotificationFluent.MetadataNested<A> editOrNewMetadataLike(io.fabric8.kubernetes.api.model.ObjectMeta item)
-
getSpec
@Deprecated ConsoleNotificationSpec getSpec()
Deprecated.This method has been deprecated, please use method buildSpec instead.- Returns:
- The buildable object.
-
buildSpec
ConsoleNotificationSpec buildSpec()
-
withSpec
A withSpec(ConsoleNotificationSpec spec)
-
hasSpec
Boolean hasSpec()
-
withNewSpec
ConsoleNotificationFluent.SpecNested<A> withNewSpec()
-
withNewSpecLike
ConsoleNotificationFluent.SpecNested<A> withNewSpecLike(ConsoleNotificationSpec item)
-
editSpec
ConsoleNotificationFluent.SpecNested<A> editSpec()
-
editOrNewSpec
ConsoleNotificationFluent.SpecNested<A> editOrNewSpec()
-
editOrNewSpecLike
ConsoleNotificationFluent.SpecNested<A> editOrNewSpecLike(ConsoleNotificationSpec item)
-
-