Package io.fabric8.kubernetes.api.model
Interface APIServiceFluent<A extends APIServiceFluent<A>>
- All Superinterfaces:
Fluent<A>
- All Known Subinterfaces:
APIServiceListFluent.ItemsNested<N>,BaseKubernetesListFluent.APIServiceItemsNested<N>,KubeSchemaFluent.APIServiceNested<N>,NamedExtensionFluent.APIServiceExtensionNested<N>,WatchEventFluent.APIServiceObjectNested<N>
- All Known Implementing Classes:
APIServiceBuilder,APIServiceFluentImpl,APIServiceListFluentImpl.ItemsNestedImpl,BaseKubernetesListFluentImpl.APIServiceItemsNestedImpl,DoneableAPIService,KubeSchemaFluentImpl.APIServiceNestedImpl,NamedExtensionFluentImpl.APIServiceExtensionNestedImpl,WatchEventFluentImpl.APIServiceObjectNestedImpl
public interface APIServiceFluent<A extends APIServiceFluent<A>> extends Fluent<A>
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interfaceAPIServiceFluent.MetadataNested<N>static interfaceAPIServiceFluent.SpecNested<N>static interfaceAPIServiceFluent.StatusNested<N> -
Method Summary
-
Method Details
-
getApiVersion
String getApiVersion() -
withApiVersion
-
hasApiVersion
Boolean hasApiVersion() -
withNewApiVersion
-
withNewApiVersion
-
withNewApiVersion
-
getKind
String getKind() -
withKind
-
hasKind
Boolean hasKind() -
withNewKind
-
withNewKind
-
withNewKind
-
getMetadata
Deprecated.This method has been deprecated, please use method buildMetadata instead.- Returns:
- The buildable object.
-
buildMetadata
ObjectMeta buildMetadata() -
withMetadata
-
hasMetadata
Boolean hasMetadata() -
withNewMetadata
APIServiceFluent.MetadataNested<A> withNewMetadata() -
withNewMetadataLike
-
editMetadata
APIServiceFluent.MetadataNested<A> editMetadata() -
editOrNewMetadata
APIServiceFluent.MetadataNested<A> editOrNewMetadata() -
editOrNewMetadataLike
-
getSpec
Deprecated.This method has been deprecated, please use method buildSpec instead.- Returns:
- The buildable object.
-
buildSpec
APIServiceSpec buildSpec() -
withSpec
-
hasSpec
Boolean hasSpec() -
withNewSpec
APIServiceFluent.SpecNested<A> withNewSpec() -
withNewSpecLike
-
editSpec
APIServiceFluent.SpecNested<A> editSpec() -
editOrNewSpec
APIServiceFluent.SpecNested<A> editOrNewSpec() -
editOrNewSpecLike
-
getStatus
Deprecated.This method has been deprecated, please use method buildStatus instead.- Returns:
- The buildable object.
-
buildStatus
APIServiceStatus buildStatus() -
withStatus
-
hasStatus
Boolean hasStatus() -
withNewStatus
APIServiceFluent.StatusNested<A> withNewStatus() -
withNewStatusLike
-
editStatus
APIServiceFluent.StatusNested<A> editStatus() -
editOrNewStatus
APIServiceFluent.StatusNested<A> editOrNewStatus() -
editOrNewStatusLike
-