Package io.fabric8.kubernetes.api.model
Class KubeSchemaFluentImpl<A extends KubeSchemaFluent<A>>
- java.lang.Object
-
- io.fabric8.kubernetes.api.builder.BaseFluent<A>
-
- io.fabric8.kubernetes.api.model.KubeSchemaFluentImpl<A>
-
- All Implemented Interfaces:
Fluent<A>,Visitable<A>,KubeSchemaFluent<A>
- Direct Known Subclasses:
KubeSchemaBuilder
public class KubeSchemaFluentImpl<A extends KubeSchemaFluent<A>> extends BaseFluent<A> implements KubeSchemaFluent<A>
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface io.fabric8.kubernetes.api.model.KubeSchemaFluent
KubeSchemaFluent.APIGroupListNested<N>, KubeSchemaFluent.APIGroupNested<N>, KubeSchemaFluent.APIServiceListNested<N>, KubeSchemaFluent.APIServiceNested<N>, KubeSchemaFluent.BaseKubernetesListNested<N>, KubeSchemaFluent.BindingNested<N>, KubeSchemaFluent.ComponentStatusListNested<N>, KubeSchemaFluent.ComponentStatusNested<N>, KubeSchemaFluent.ConditionNested<N>, KubeSchemaFluent.ConfigMapListNested<N>, KubeSchemaFluent.ConfigMapNested<N>, KubeSchemaFluent.ConfigNested<N>, KubeSchemaFluent.ContainerStatusNested<N>, KubeSchemaFluent.CreateOptionsNested<N>, KubeSchemaFluent.DeleteOptionsNested<N>, KubeSchemaFluent.EndpointPortNested<N>, KubeSchemaFluent.EndpointsListNested<N>, KubeSchemaFluent.EndpointsNested<N>, KubeSchemaFluent.EnvVarNested<N>, KubeSchemaFluent.EventListNested<N>, KubeSchemaFluent.EventNested<N>, KubeSchemaFluent.EventSeriesNested<N>, KubeSchemaFluent.EventSourceNested<N>, KubeSchemaFluent.GetOptionsNested<N>, KubeSchemaFluent.GroupVersionKindNested<N>, KubeSchemaFluent.GroupVersionResourceNested<N>, KubeSchemaFluent.InfoNested<N>, KubeSchemaFluent.LimitRangeListNested<N>, KubeSchemaFluent.ListOptionsNested<N>, KubeSchemaFluent.MicroTimeNested<N>, KubeSchemaFluent.NamespaceListNested<N>, KubeSchemaFluent.NamespaceNested<N>, KubeSchemaFluent.NodeListNested<N>, KubeSchemaFluent.NodeNested<N>, KubeSchemaFluent.ObjectMetaNested<N>, KubeSchemaFluent.PatchNested<N>, KubeSchemaFluent.PatchOptionsNested<N>, KubeSchemaFluent.PersistentVolumeClaimListNested<N>, KubeSchemaFluent.PersistentVolumeClaimNested<N>, KubeSchemaFluent.PersistentVolumeListNested<N>, KubeSchemaFluent.PersistentVolumeNested<N>, KubeSchemaFluent.PodExecOptionsNested<N>, KubeSchemaFluent.PodListNested<N>, KubeSchemaFluent.PodTemplateListNested<N>, KubeSchemaFluent.QuantityNested<N>, KubeSchemaFluent.ReplicationControllerListNested<N>, KubeSchemaFluent.ResourceQuotaListNested<N>, KubeSchemaFluent.ResourceQuotaNested<N>, KubeSchemaFluent.RootPathsNested<N>, KubeSchemaFluent.SecretListNested<N>, KubeSchemaFluent.SecretNested<N>, KubeSchemaFluent.ServiceAccountListNested<N>, KubeSchemaFluent.ServiceAccountNested<N>, KubeSchemaFluent.ServiceListNested<N>, KubeSchemaFluent.StatusNested<N>, KubeSchemaFluent.TolerationNested<N>, KubeSchemaFluent.TopologySelectorTermNested<N>, KubeSchemaFluent.TypeMetaNested<N>, KubeSchemaFluent.UpdateOptionsNested<N>, KubeSchemaFluent.WatchEventNested<N>
-
-
Field Summary
-
Fields inherited from class io.fabric8.kubernetes.api.builder.BaseFluent
_visitables
-
-
Constructor Summary
Constructors Constructor Description KubeSchemaFluentImpl()KubeSchemaFluentImpl(KubeSchema instance)
-
Method Summary
-
-
-
Constructor Detail
-
KubeSchemaFluentImpl
public KubeSchemaFluentImpl()
-
KubeSchemaFluentImpl
public KubeSchemaFluentImpl(KubeSchema instance)
-
-
Method Detail
-
getAPIGroup
@Deprecated public APIGroup getAPIGroup()
Deprecated.This method has been deprecated, please use method buildAPIGroup instead.- Specified by:
getAPIGroupin interfaceKubeSchemaFluent<A extends KubeSchemaFluent<A>>- Returns:
- The buildable object.
-
buildAPIGroup
public APIGroup buildAPIGroup()
- Specified by:
buildAPIGroupin interfaceKubeSchemaFluent<A extends KubeSchemaFluent<A>>
-
withAPIGroup
public A withAPIGroup(APIGroup aPIGroup)
- Specified by:
withAPIGroupin interfaceKubeSchemaFluent<A extends KubeSchemaFluent<A>>
-
hasAPIGroup
public Boolean hasAPIGroup()
- Specified by:
hasAPIGroupin interfaceKubeSchemaFluent<A extends KubeSchemaFluent<A>>
-
withNewAPIGroup
public KubeSchemaFluent.APIGroupNested<A> withNewAPIGroup()
- Specified by:
withNewAPIGroupin interfaceKubeSchemaFluent<A extends KubeSchemaFluent<A>>
-
withNewAPIGroupLike
public KubeSchemaFluent.APIGroupNested<A> withNewAPIGroupLike(APIGroup item)
- Specified by:
withNewAPIGroupLikein interfaceKubeSchemaFluent<A extends KubeSchemaFluent<A>>
-
editAPIGroup
public KubeSchemaFluent.APIGroupNested<A> editAPIGroup()
- Specified by:
editAPIGroupin interfaceKubeSchemaFluent<A extends KubeSchemaFluent<A>>
-
editOrNewAPIGroup
public KubeSchemaFluent.APIGroupNested<A> editOrNewAPIGroup()
- Specified by:
editOrNewAPIGroupin interfaceKubeSchemaFluent<A extends KubeSchemaFluent<A>>
-
editOrNewAPIGroupLike
public KubeSchemaFluent.APIGroupNested<A> editOrNewAPIGroupLike(APIGroup item)
- Specified by:
editOrNewAPIGroupLikein interfaceKubeSchemaFluent<A extends KubeSchemaFluent<A>>
-
getAPIGroupList
@Deprecated public APIGroupList getAPIGroupList()
Deprecated.This method has been deprecated, please use method buildAPIGroupList instead.- Specified by:
getAPIGroupListin interfaceKubeSchemaFluent<A extends KubeSchemaFluent<A>>- Returns:
- The buildable object.
-
buildAPIGroupList
public APIGroupList buildAPIGroupList()
- Specified by:
buildAPIGroupListin interfaceKubeSchemaFluent<A extends KubeSchemaFluent<A>>
-
withAPIGroupList
public A withAPIGroupList(APIGroupList aPIGroupList)
- Specified by:
withAPIGroupListin interfaceKubeSchemaFluent<A extends KubeSchemaFluent<A>>
-
hasAPIGroupList
public Boolean hasAPIGroupList()
- Specified by:
hasAPIGroupListin interfaceKubeSchemaFluent<A extends KubeSchemaFluent<A>>
-
withNewAPIGroupList
public KubeSchemaFluent.APIGroupListNested<A> withNewAPIGroupList()
- Specified by:
withNewAPIGroupListin interfaceKubeSchemaFluent<A extends KubeSchemaFluent<A>>
-
withNewAPIGroupListLike
public KubeSchemaFluent.APIGroupListNested<A> withNewAPIGroupListLike(APIGroupList item)
- Specified by:
withNewAPIGroupListLikein interfaceKubeSchemaFluent<A extends KubeSchemaFluent<A>>
-
editAPIGroupList
public KubeSchemaFluent.APIGroupListNested<A> editAPIGroupList()
- Specified by:
editAPIGroupListin interfaceKubeSchemaFluent<A extends KubeSchemaFluent<A>>
-
editOrNewAPIGroupList
public KubeSchemaFluent.APIGroupListNested<A> editOrNewAPIGroupList()
- Specified by:
editOrNewAPIGroupListin interfaceKubeSchemaFluent<A extends KubeSchemaFluent<A>>
-
editOrNewAPIGroupListLike
public KubeSchemaFluent.APIGroupListNested<A> editOrNewAPIGroupListLike(APIGroupList item)
- Specified by:
editOrNewAPIGroupListLikein interfaceKubeSchemaFluent<A extends KubeSchemaFluent<A>>
-
getAPIService
@Deprecated public APIService getAPIService()
Deprecated.This method has been deprecated, please use method buildAPIService instead.- Specified by:
getAPIServicein interfaceKubeSchemaFluent<A extends KubeSchemaFluent<A>>- Returns:
- The buildable object.
-
buildAPIService
public APIService buildAPIService()
- Specified by:
buildAPIServicein interfaceKubeSchemaFluent<A extends KubeSchemaFluent<A>>
-
withAPIService
public A withAPIService(APIService aPIService)
- Specified by:
withAPIServicein interfaceKubeSchemaFluent<A extends KubeSchemaFluent<A>>
-
hasAPIService
public Boolean hasAPIService()
- Specified by:
hasAPIServicein interfaceKubeSchemaFluent<A extends KubeSchemaFluent<A>>
-
withNewAPIService
public KubeSchemaFluent.APIServiceNested<A> withNewAPIService()
- Specified by:
withNewAPIServicein interfaceKubeSchemaFluent<A extends KubeSchemaFluent<A>>
-
withNewAPIServiceLike
public KubeSchemaFluent.APIServiceNested<A> withNewAPIServiceLike(APIService item)
- Specified by:
withNewAPIServiceLikein interfaceKubeSchemaFluent<A extends KubeSchemaFluent<A>>
-
editAPIService
public KubeSchemaFluent.APIServiceNested<A> editAPIService()
- Specified by:
editAPIServicein interfaceKubeSchemaFluent<A extends KubeSchemaFluent<A>>
-
editOrNewAPIService
public KubeSchemaFluent.APIServiceNested<A> editOrNewAPIService()
- Specified by:
editOrNewAPIServicein interfaceKubeSchemaFluent<A extends KubeSchemaFluent<A>>
-
editOrNewAPIServiceLike
public KubeSchemaFluent.APIServiceNested<A> editOrNewAPIServiceLike(APIService item)
- Specified by:
editOrNewAPIServiceLikein interfaceKubeSchemaFluent<A extends KubeSchemaFluent<A>>
-
getAPIServiceList
@Deprecated public APIServiceList getAPIServiceList()
Deprecated.This method has been deprecated, please use method buildAPIServiceList instead.- Specified by:
getAPIServiceListin interfaceKubeSchemaFluent<A extends KubeSchemaFluent<A>>- Returns:
- The buildable object.
-
buildAPIServiceList
public APIServiceList buildAPIServiceList()
- Specified by:
buildAPIServiceListin interfaceKubeSchemaFluent<A extends KubeSchemaFluent<A>>
-
withAPIServiceList
public A withAPIServiceList(APIServiceList aPIServiceList)
- Specified by:
withAPIServiceListin interfaceKubeSchemaFluent<A extends KubeSchemaFluent<A>>
-
hasAPIServiceList
public Boolean hasAPIServiceList()
- Specified by:
hasAPIServiceListin interfaceKubeSchemaFluent<A extends KubeSchemaFluent<A>>
-
withNewAPIServiceList
public KubeSchemaFluent.APIServiceListNested<A> withNewAPIServiceList()
- Specified by:
withNewAPIServiceListin interfaceKubeSchemaFluent<A extends KubeSchemaFluent<A>>
-
withNewAPIServiceListLike
public KubeSchemaFluent.APIServiceListNested<A> withNewAPIServiceListLike(APIServiceList item)
- Specified by:
withNewAPIServiceListLikein interfaceKubeSchemaFluent<A extends KubeSchemaFluent<A>>
-
editAPIServiceList
public KubeSchemaFluent.APIServiceListNested<A> editAPIServiceList()
- Specified by:
editAPIServiceListin interfaceKubeSchemaFluent<A extends KubeSchemaFluent<A>>
-
editOrNewAPIServiceList
public KubeSchemaFluent.APIServiceListNested<A> editOrNewAPIServiceList()
- Specified by:
editOrNewAPIServiceListin interfaceKubeSchemaFluent<A extends KubeSchemaFluent<A>>
-
editOrNewAPIServiceListLike
public KubeSchemaFluent.APIServiceListNested<A> editOrNewAPIServiceListLike(APIServiceList item)
- Specified by:
editOrNewAPIServiceListLikein interfaceKubeSchemaFluent<A extends KubeSchemaFluent<A>>
-
getBaseKubernetesList
@Deprecated public BaseKubernetesList getBaseKubernetesList()
Deprecated.This method has been deprecated, please use method buildBaseKubernetesList instead.- Specified by:
getBaseKubernetesListin interfaceKubeSchemaFluent<A extends KubeSchemaFluent<A>>- Returns:
- The buildable object.
-
buildBaseKubernetesList
public BaseKubernetesList buildBaseKubernetesList()
- Specified by:
buildBaseKubernetesListin interfaceKubeSchemaFluent<A extends KubeSchemaFluent<A>>
-
withBaseKubernetesList
public A withBaseKubernetesList(BaseKubernetesList baseKubernetesList)
- Specified by:
withBaseKubernetesListin interfaceKubeSchemaFluent<A extends KubeSchemaFluent<A>>
-
hasBaseKubernetesList
public Boolean hasBaseKubernetesList()
- Specified by:
hasBaseKubernetesListin interfaceKubeSchemaFluent<A extends KubeSchemaFluent<A>>
-
withNewBaseKubernetesList
public KubeSchemaFluent.BaseKubernetesListNested<A> withNewBaseKubernetesList()
- Specified by:
withNewBaseKubernetesListin interfaceKubeSchemaFluent<A extends KubeSchemaFluent<A>>
-
withNewBaseKubernetesListLike
public KubeSchemaFluent.BaseKubernetesListNested<A> withNewBaseKubernetesListLike(BaseKubernetesList item)
- Specified by:
withNewBaseKubernetesListLikein interfaceKubeSchemaFluent<A extends KubeSchemaFluent<A>>
-
editBaseKubernetesList
public KubeSchemaFluent.BaseKubernetesListNested<A> editBaseKubernetesList()
- Specified by:
editBaseKubernetesListin interfaceKubeSchemaFluent<A extends KubeSchemaFluent<A>>
-
editOrNewBaseKubernetesList
public KubeSchemaFluent.BaseKubernetesListNested<A> editOrNewBaseKubernetesList()
- Specified by:
editOrNewBaseKubernetesListin interfaceKubeSchemaFluent<A extends KubeSchemaFluent<A>>
-
editOrNewBaseKubernetesListLike
public KubeSchemaFluent.BaseKubernetesListNested<A> editOrNewBaseKubernetesListLike(BaseKubernetesList item)
- Specified by:
editOrNewBaseKubernetesListLikein interfaceKubeSchemaFluent<A extends KubeSchemaFluent<A>>
-
getBinding
@Deprecated public Binding getBinding()
Deprecated.This method has been deprecated, please use method buildBinding instead.- Specified by:
getBindingin interfaceKubeSchemaFluent<A extends KubeSchemaFluent<A>>- Returns:
- The buildable object.
-
buildBinding
public Binding buildBinding()
- Specified by:
buildBindingin interfaceKubeSchemaFluent<A extends KubeSchemaFluent<A>>
-
withBinding
public A withBinding(Binding binding)
- Specified by:
withBindingin interfaceKubeSchemaFluent<A extends KubeSchemaFluent<A>>
-
hasBinding
public Boolean hasBinding()
- Specified by:
hasBindingin interfaceKubeSchemaFluent<A extends KubeSchemaFluent<A>>
-
withNewBinding
public KubeSchemaFluent.BindingNested<A> withNewBinding()
- Specified by:
withNewBindingin interfaceKubeSchemaFluent<A extends KubeSchemaFluent<A>>
-
withNewBindingLike
public KubeSchemaFluent.BindingNested<A> withNewBindingLike(Binding item)
- Specified by:
withNewBindingLikein interfaceKubeSchemaFluent<A extends KubeSchemaFluent<A>>
-
editBinding
public KubeSchemaFluent.BindingNested<A> editBinding()
- Specified by:
editBindingin interfaceKubeSchemaFluent<A extends KubeSchemaFluent<A>>
-
editOrNewBinding
public KubeSchemaFluent.BindingNested<A> editOrNewBinding()
- Specified by:
editOrNewBindingin interfaceKubeSchemaFluent<A extends KubeSchemaFluent<A>>
-
editOrNewBindingLike
public KubeSchemaFluent.BindingNested<A> editOrNewBindingLike(Binding item)
- Specified by:
editOrNewBindingLikein interfaceKubeSchemaFluent<A extends KubeSchemaFluent<A>>
-
getComponentStatus
@Deprecated public ComponentStatus getComponentStatus()
Deprecated.This method has been deprecated, please use method buildComponentStatus instead.- Specified by:
getComponentStatusin interfaceKubeSchemaFluent<A extends KubeSchemaFluent<A>>- Returns:
- The buildable object.
-
buildComponentStatus
public ComponentStatus buildComponentStatus()
- Specified by:
buildComponentStatusin interfaceKubeSchemaFluent<A extends KubeSchemaFluent<A>>
-
withComponentStatus
public A withComponentStatus(ComponentStatus componentStatus)
- Specified by:
withComponentStatusin interfaceKubeSchemaFluent<A extends KubeSchemaFluent<A>>
-
hasComponentStatus
public Boolean hasComponentStatus()
- Specified by:
hasComponentStatusin interfaceKubeSchemaFluent<A extends KubeSchemaFluent<A>>
-
withNewComponentStatus
public KubeSchemaFluent.ComponentStatusNested<A> withNewComponentStatus()
- Specified by:
withNewComponentStatusin interfaceKubeSchemaFluent<A extends KubeSchemaFluent<A>>
-
withNewComponentStatusLike
public KubeSchemaFluent.ComponentStatusNested<A> withNewComponentStatusLike(ComponentStatus item)
- Specified by:
withNewComponentStatusLikein interfaceKubeSchemaFluent<A extends KubeSchemaFluent<A>>
-
editComponentStatus
public KubeSchemaFluent.ComponentStatusNested<A> editComponentStatus()
- Specified by:
editComponentStatusin interfaceKubeSchemaFluent<A extends KubeSchemaFluent<A>>
-
editOrNewComponentStatus
public KubeSchemaFluent.ComponentStatusNested<A> editOrNewComponentStatus()
- Specified by:
editOrNewComponentStatusin interfaceKubeSchemaFluent<A extends KubeSchemaFluent<A>>
-
editOrNewComponentStatusLike
public KubeSchemaFluent.ComponentStatusNested<A> editOrNewComponentStatusLike(ComponentStatus item)
- Specified by:
editOrNewComponentStatusLikein interfaceKubeSchemaFluent<A extends KubeSchemaFluent<A>>
-
getComponentStatusList
@Deprecated public ComponentStatusList getComponentStatusList()
Deprecated.This method has been deprecated, please use method buildComponentStatusList instead.- Specified by:
getComponentStatusListin interfaceKubeSchemaFluent<A extends KubeSchemaFluent<A>>- Returns:
- The buildable object.
-
buildComponentStatusList
public ComponentStatusList buildComponentStatusList()
- Specified by:
buildComponentStatusListin interfaceKubeSchemaFluent<A extends KubeSchemaFluent<A>>
-
withComponentStatusList
public A withComponentStatusList(ComponentStatusList componentStatusList)
- Specified by:
withComponentStatusListin interfaceKubeSchemaFluent<A extends KubeSchemaFluent<A>>
-
hasComponentStatusList
public Boolean hasComponentStatusList()
- Specified by:
hasComponentStatusListin interfaceKubeSchemaFluent<A extends KubeSchemaFluent<A>>
-
withNewComponentStatusList
public KubeSchemaFluent.ComponentStatusListNested<A> withNewComponentStatusList()
- Specified by:
withNewComponentStatusListin interfaceKubeSchemaFluent<A extends KubeSchemaFluent<A>>
-
withNewComponentStatusListLike
public KubeSchemaFluent.ComponentStatusListNested<A> withNewComponentStatusListLike(ComponentStatusList item)
- Specified by:
withNewComponentStatusListLikein interfaceKubeSchemaFluent<A extends KubeSchemaFluent<A>>
-
editComponentStatusList
public KubeSchemaFluent.ComponentStatusListNested<A> editComponentStatusList()
- Specified by:
editComponentStatusListin interfaceKubeSchemaFluent<A extends KubeSchemaFluent<A>>
-
editOrNewComponentStatusList
public KubeSchemaFluent.ComponentStatusListNested<A> editOrNewComponentStatusList()
- Specified by:
editOrNewComponentStatusListin interfaceKubeSchemaFluent<A extends KubeSchemaFluent<A>>
-
editOrNewComponentStatusListLike
public KubeSchemaFluent.ComponentStatusListNested<A> editOrNewComponentStatusListLike(ComponentStatusList item)
- Specified by:
editOrNewComponentStatusListLikein interfaceKubeSchemaFluent<A extends KubeSchemaFluent<A>>
-
getCondition
@Deprecated public Condition getCondition()
Deprecated.This method has been deprecated, please use method buildCondition instead.- Specified by:
getConditionin interfaceKubeSchemaFluent<A extends KubeSchemaFluent<A>>- Returns:
- The buildable object.
-
buildCondition
public Condition buildCondition()
- Specified by:
buildConditionin interfaceKubeSchemaFluent<A extends KubeSchemaFluent<A>>
-
withCondition
public A withCondition(Condition condition)
- Specified by:
withConditionin interfaceKubeSchemaFluent<A extends KubeSchemaFluent<A>>
-
hasCondition
public Boolean hasCondition()
- Specified by:
hasConditionin interfaceKubeSchemaFluent<A extends KubeSchemaFluent<A>>
-
withNewCondition
public KubeSchemaFluent.ConditionNested<A> withNewCondition()
- Specified by:
withNewConditionin interfaceKubeSchemaFluent<A extends KubeSchemaFluent<A>>
-
withNewConditionLike
public KubeSchemaFluent.ConditionNested<A> withNewConditionLike(Condition item)
- Specified by:
withNewConditionLikein interfaceKubeSchemaFluent<A extends KubeSchemaFluent<A>>
-
editCondition
public KubeSchemaFluent.ConditionNested<A> editCondition()
- Specified by:
editConditionin interfaceKubeSchemaFluent<A extends KubeSchemaFluent<A>>
-
editOrNewCondition
public KubeSchemaFluent.ConditionNested<A> editOrNewCondition()
- Specified by:
editOrNewConditionin interfaceKubeSchemaFluent<A extends KubeSchemaFluent<A>>
-
editOrNewConditionLike
public KubeSchemaFluent.ConditionNested<A> editOrNewConditionLike(Condition item)
- Specified by:
editOrNewConditionLikein interfaceKubeSchemaFluent<A extends KubeSchemaFluent<A>>
-
getConfig
@Deprecated public Config getConfig()
Deprecated.This method has been deprecated, please use method buildConfig instead.- Specified by:
getConfigin interfaceKubeSchemaFluent<A extends KubeSchemaFluent<A>>- Returns:
- The buildable object.
-
buildConfig
public Config buildConfig()
- Specified by:
buildConfigin interfaceKubeSchemaFluent<A extends KubeSchemaFluent<A>>
-
withConfig
public A withConfig(Config config)
- Specified by:
withConfigin interfaceKubeSchemaFluent<A extends KubeSchemaFluent<A>>
-
hasConfig
public Boolean hasConfig()
- Specified by:
hasConfigin interfaceKubeSchemaFluent<A extends KubeSchemaFluent<A>>
-
withNewConfig
public KubeSchemaFluent.ConfigNested<A> withNewConfig()
- Specified by:
withNewConfigin interfaceKubeSchemaFluent<A extends KubeSchemaFluent<A>>
-
withNewConfigLike
public KubeSchemaFluent.ConfigNested<A> withNewConfigLike(Config item)
- Specified by:
withNewConfigLikein interfaceKubeSchemaFluent<A extends KubeSchemaFluent<A>>
-
editConfig
public KubeSchemaFluent.ConfigNested<A> editConfig()
- Specified by:
editConfigin interfaceKubeSchemaFluent<A extends KubeSchemaFluent<A>>
-
editOrNewConfig
public KubeSchemaFluent.ConfigNested<A> editOrNewConfig()
- Specified by:
editOrNewConfigin interfaceKubeSchemaFluent<A extends KubeSchemaFluent<A>>
-
editOrNewConfigLike
public KubeSchemaFluent.ConfigNested<A> editOrNewConfigLike(Config item)
- Specified by:
editOrNewConfigLikein interfaceKubeSchemaFluent<A extends KubeSchemaFluent<A>>
-
getConfigMap
@Deprecated public ConfigMap getConfigMap()
Deprecated.This method has been deprecated, please use method buildConfigMap instead.- Specified by:
getConfigMapin interfaceKubeSchemaFluent<A extends KubeSchemaFluent<A>>- Returns:
- The buildable object.
-
buildConfigMap
public ConfigMap buildConfigMap()
- Specified by:
buildConfigMapin interfaceKubeSchemaFluent<A extends KubeSchemaFluent<A>>
-
withConfigMap
public A withConfigMap(ConfigMap configMap)
- Specified by:
withConfigMapin interfaceKubeSchemaFluent<A extends KubeSchemaFluent<A>>
-
hasConfigMap
public Boolean hasConfigMap()
- Specified by:
hasConfigMapin interfaceKubeSchemaFluent<A extends KubeSchemaFluent<A>>
-
withNewConfigMap
public KubeSchemaFluent.ConfigMapNested<A> withNewConfigMap()
- Specified by:
withNewConfigMapin interfaceKubeSchemaFluent<A extends KubeSchemaFluent<A>>
-
withNewConfigMapLike
public KubeSchemaFluent.ConfigMapNested<A> withNewConfigMapLike(ConfigMap item)
- Specified by:
withNewConfigMapLikein interfaceKubeSchemaFluent<A extends KubeSchemaFluent<A>>
-
editConfigMap
public KubeSchemaFluent.ConfigMapNested<A> editConfigMap()
- Specified by:
editConfigMapin interfaceKubeSchemaFluent<A extends KubeSchemaFluent<A>>
-
editOrNewConfigMap
public KubeSchemaFluent.ConfigMapNested<A> editOrNewConfigMap()
- Specified by:
editOrNewConfigMapin interfaceKubeSchemaFluent<A extends KubeSchemaFluent<A>>
-
editOrNewConfigMapLike
public KubeSchemaFluent.ConfigMapNested<A> editOrNewConfigMapLike(ConfigMap item)
- Specified by:
editOrNewConfigMapLikein interfaceKubeSchemaFluent<A extends KubeSchemaFluent<A>>
-
getConfigMapList
@Deprecated public ConfigMapList getConfigMapList()
Deprecated.This method has been deprecated, please use method buildConfigMapList instead.- Specified by:
getConfigMapListin interfaceKubeSchemaFluent<A extends KubeSchemaFluent<A>>- Returns:
- The buildable object.
-
buildConfigMapList
public ConfigMapList buildConfigMapList()
- Specified by:
buildConfigMapListin interfaceKubeSchemaFluent<A extends KubeSchemaFluent<A>>
-
withConfigMapList
public A withConfigMapList(ConfigMapList configMapList)
- Specified by:
withConfigMapListin interfaceKubeSchemaFluent<A extends KubeSchemaFluent<A>>
-
hasConfigMapList
public Boolean hasConfigMapList()
- Specified by:
hasConfigMapListin interfaceKubeSchemaFluent<A extends KubeSchemaFluent<A>>
-
withNewConfigMapList
public KubeSchemaFluent.ConfigMapListNested<A> withNewConfigMapList()
- Specified by:
withNewConfigMapListin interfaceKubeSchemaFluent<A extends KubeSchemaFluent<A>>
-
withNewConfigMapListLike
public KubeSchemaFluent.ConfigMapListNested<A> withNewConfigMapListLike(ConfigMapList item)
- Specified by:
withNewConfigMapListLikein interfaceKubeSchemaFluent<A extends KubeSchemaFluent<A>>
-
editConfigMapList
public KubeSchemaFluent.ConfigMapListNested<A> editConfigMapList()
- Specified by:
editConfigMapListin interfaceKubeSchemaFluent<A extends KubeSchemaFluent<A>>
-
editOrNewConfigMapList
public KubeSchemaFluent.ConfigMapListNested<A> editOrNewConfigMapList()
- Specified by:
editOrNewConfigMapListin interfaceKubeSchemaFluent<A extends KubeSchemaFluent<A>>
-
editOrNewConfigMapListLike
public KubeSchemaFluent.ConfigMapListNested<A> editOrNewConfigMapListLike(ConfigMapList item)
- Specified by:
editOrNewConfigMapListLikein interfaceKubeSchemaFluent<A extends KubeSchemaFluent<A>>
-
getContainerStatus
@Deprecated public ContainerStatus getContainerStatus()
Deprecated.This method has been deprecated, please use method buildContainerStatus instead.- Specified by:
getContainerStatusin interfaceKubeSchemaFluent<A extends KubeSchemaFluent<A>>- Returns:
- The buildable object.
-
buildContainerStatus
public ContainerStatus buildContainerStatus()
- Specified by:
buildContainerStatusin interfaceKubeSchemaFluent<A extends KubeSchemaFluent<A>>
-
withContainerStatus
public A withContainerStatus(ContainerStatus containerStatus)
- Specified by:
withContainerStatusin interfaceKubeSchemaFluent<A extends KubeSchemaFluent<A>>
-
hasContainerStatus
public Boolean hasContainerStatus()
- Specified by:
hasContainerStatusin interfaceKubeSchemaFluent<A extends KubeSchemaFluent<A>>
-
withNewContainerStatus
public KubeSchemaFluent.ContainerStatusNested<A> withNewContainerStatus()
- Specified by:
withNewContainerStatusin interfaceKubeSchemaFluent<A extends KubeSchemaFluent<A>>
-
withNewContainerStatusLike
public KubeSchemaFluent.ContainerStatusNested<A> withNewContainerStatusLike(ContainerStatus item)
- Specified by:
withNewContainerStatusLikein interfaceKubeSchemaFluent<A extends KubeSchemaFluent<A>>
-
editContainerStatus
public KubeSchemaFluent.ContainerStatusNested<A> editContainerStatus()
- Specified by:
editContainerStatusin interfaceKubeSchemaFluent<A extends KubeSchemaFluent<A>>
-
editOrNewContainerStatus
public KubeSchemaFluent.ContainerStatusNested<A> editOrNewContainerStatus()
- Specified by:
editOrNewContainerStatusin interfaceKubeSchemaFluent<A extends KubeSchemaFluent<A>>
-
editOrNewContainerStatusLike
public KubeSchemaFluent.ContainerStatusNested<A> editOrNewContainerStatusLike(ContainerStatus item)
- Specified by:
editOrNewContainerStatusLikein interfaceKubeSchemaFluent<A extends KubeSchemaFluent<A>>
-
getCreateOptions
@Deprecated public CreateOptions getCreateOptions()
Deprecated.This method has been deprecated, please use method buildCreateOptions instead.- Specified by:
getCreateOptionsin interfaceKubeSchemaFluent<A extends KubeSchemaFluent<A>>- Returns:
- The buildable object.
-
buildCreateOptions
public CreateOptions buildCreateOptions()
- Specified by:
buildCreateOptionsin interfaceKubeSchemaFluent<A extends KubeSchemaFluent<A>>
-
withCreateOptions
public A withCreateOptions(CreateOptions createOptions)
- Specified by:
withCreateOptionsin interfaceKubeSchemaFluent<A extends KubeSchemaFluent<A>>
-
hasCreateOptions
public Boolean hasCreateOptions()
- Specified by:
hasCreateOptionsin interfaceKubeSchemaFluent<A extends KubeSchemaFluent<A>>
-
withNewCreateOptions
public KubeSchemaFluent.CreateOptionsNested<A> withNewCreateOptions()
- Specified by:
withNewCreateOptionsin interfaceKubeSchemaFluent<A extends KubeSchemaFluent<A>>
-
withNewCreateOptionsLike
public KubeSchemaFluent.CreateOptionsNested<A> withNewCreateOptionsLike(CreateOptions item)
- Specified by:
withNewCreateOptionsLikein interfaceKubeSchemaFluent<A extends KubeSchemaFluent<A>>
-
editCreateOptions
public KubeSchemaFluent.CreateOptionsNested<A> editCreateOptions()
- Specified by:
editCreateOptionsin interfaceKubeSchemaFluent<A extends KubeSchemaFluent<A>>
-
editOrNewCreateOptions
public KubeSchemaFluent.CreateOptionsNested<A> editOrNewCreateOptions()
- Specified by:
editOrNewCreateOptionsin interfaceKubeSchemaFluent<A extends KubeSchemaFluent<A>>
-
editOrNewCreateOptionsLike
public KubeSchemaFluent.CreateOptionsNested<A> editOrNewCreateOptionsLike(CreateOptions item)
- Specified by:
editOrNewCreateOptionsLikein interfaceKubeSchemaFluent<A extends KubeSchemaFluent<A>>
-
getDeleteOptions
@Deprecated public DeleteOptions getDeleteOptions()
Deprecated.This method has been deprecated, please use method buildDeleteOptions instead.- Specified by:
getDeleteOptionsin interfaceKubeSchemaFluent<A extends KubeSchemaFluent<A>>- Returns:
- The buildable object.
-
buildDeleteOptions
public DeleteOptions buildDeleteOptions()
- Specified by:
buildDeleteOptionsin interfaceKubeSchemaFluent<A extends KubeSchemaFluent<A>>
-
withDeleteOptions
public A withDeleteOptions(DeleteOptions deleteOptions)
- Specified by:
withDeleteOptionsin interfaceKubeSchemaFluent<A extends KubeSchemaFluent<A>>
-
hasDeleteOptions
public Boolean hasDeleteOptions()
- Specified by:
hasDeleteOptionsin interfaceKubeSchemaFluent<A extends KubeSchemaFluent<A>>
-
withNewDeleteOptions
public KubeSchemaFluent.DeleteOptionsNested<A> withNewDeleteOptions()
- Specified by:
withNewDeleteOptionsin interfaceKubeSchemaFluent<A extends KubeSchemaFluent<A>>
-
withNewDeleteOptionsLike
public KubeSchemaFluent.DeleteOptionsNested<A> withNewDeleteOptionsLike(DeleteOptions item)
- Specified by:
withNewDeleteOptionsLikein interfaceKubeSchemaFluent<A extends KubeSchemaFluent<A>>
-
editDeleteOptions
public KubeSchemaFluent.DeleteOptionsNested<A> editDeleteOptions()
- Specified by:
editDeleteOptionsin interfaceKubeSchemaFluent<A extends KubeSchemaFluent<A>>
-
editOrNewDeleteOptions
public KubeSchemaFluent.DeleteOptionsNested<A> editOrNewDeleteOptions()
- Specified by:
editOrNewDeleteOptionsin interfaceKubeSchemaFluent<A extends KubeSchemaFluent<A>>
-
editOrNewDeleteOptionsLike
public KubeSchemaFluent.DeleteOptionsNested<A> editOrNewDeleteOptionsLike(DeleteOptions item)
- Specified by:
editOrNewDeleteOptionsLikein interfaceKubeSchemaFluent<A extends KubeSchemaFluent<A>>
-
getEndpointPort
@Deprecated public EndpointPort getEndpointPort()
Deprecated.This method has been deprecated, please use method buildEndpointPort instead.- Specified by:
getEndpointPortin interfaceKubeSchemaFluent<A extends KubeSchemaFluent<A>>- Returns:
- The buildable object.
-
buildEndpointPort
public EndpointPort buildEndpointPort()
- Specified by:
buildEndpointPortin interfaceKubeSchemaFluent<A extends KubeSchemaFluent<A>>
-
withEndpointPort
public A withEndpointPort(EndpointPort endpointPort)
- Specified by:
withEndpointPortin interfaceKubeSchemaFluent<A extends KubeSchemaFluent<A>>
-
hasEndpointPort
public Boolean hasEndpointPort()
- Specified by:
hasEndpointPortin interfaceKubeSchemaFluent<A extends KubeSchemaFluent<A>>
-
withNewEndpointPort
public A withNewEndpointPort(String appProtocol, String name, Integer port, String protocol)
- Specified by:
withNewEndpointPortin interfaceKubeSchemaFluent<A extends KubeSchemaFluent<A>>
-
withNewEndpointPort
public KubeSchemaFluent.EndpointPortNested<A> withNewEndpointPort()
- Specified by:
withNewEndpointPortin interfaceKubeSchemaFluent<A extends KubeSchemaFluent<A>>
-
withNewEndpointPortLike
public KubeSchemaFluent.EndpointPortNested<A> withNewEndpointPortLike(EndpointPort item)
- Specified by:
withNewEndpointPortLikein interfaceKubeSchemaFluent<A extends KubeSchemaFluent<A>>
-
editEndpointPort
public KubeSchemaFluent.EndpointPortNested<A> editEndpointPort()
- Specified by:
editEndpointPortin interfaceKubeSchemaFluent<A extends KubeSchemaFluent<A>>
-
editOrNewEndpointPort
public KubeSchemaFluent.EndpointPortNested<A> editOrNewEndpointPort()
- Specified by:
editOrNewEndpointPortin interfaceKubeSchemaFluent<A extends KubeSchemaFluent<A>>
-
editOrNewEndpointPortLike
public KubeSchemaFluent.EndpointPortNested<A> editOrNewEndpointPortLike(EndpointPort item)
- Specified by:
editOrNewEndpointPortLikein interfaceKubeSchemaFluent<A extends KubeSchemaFluent<A>>
-
getEndpoints
@Deprecated public Endpoints getEndpoints()
Deprecated.This method has been deprecated, please use method buildEndpoints instead.- Specified by:
getEndpointsin interfaceKubeSchemaFluent<A extends KubeSchemaFluent<A>>- Returns:
- The buildable object.
-
buildEndpoints
public Endpoints buildEndpoints()
- Specified by:
buildEndpointsin interfaceKubeSchemaFluent<A extends KubeSchemaFluent<A>>
-
withEndpoints
public A withEndpoints(Endpoints endpoints)
- Specified by:
withEndpointsin interfaceKubeSchemaFluent<A extends KubeSchemaFluent<A>>
-
hasEndpoints
public Boolean hasEndpoints()
- Specified by:
hasEndpointsin interfaceKubeSchemaFluent<A extends KubeSchemaFluent<A>>
-
withNewEndpoints
public KubeSchemaFluent.EndpointsNested<A> withNewEndpoints()
- Specified by:
withNewEndpointsin interfaceKubeSchemaFluent<A extends KubeSchemaFluent<A>>
-
withNewEndpointsLike
public KubeSchemaFluent.EndpointsNested<A> withNewEndpointsLike(Endpoints item)
- Specified by:
withNewEndpointsLikein interfaceKubeSchemaFluent<A extends KubeSchemaFluent<A>>
-
editEndpoints
public KubeSchemaFluent.EndpointsNested<A> editEndpoints()
- Specified by:
editEndpointsin interfaceKubeSchemaFluent<A extends KubeSchemaFluent<A>>
-
editOrNewEndpoints
public KubeSchemaFluent.EndpointsNested<A> editOrNewEndpoints()
- Specified by:
editOrNewEndpointsin interfaceKubeSchemaFluent<A extends KubeSchemaFluent<A>>
-
editOrNewEndpointsLike
public KubeSchemaFluent.EndpointsNested<A> editOrNewEndpointsLike(Endpoints item)
- Specified by:
editOrNewEndpointsLikein interfaceKubeSchemaFluent<A extends KubeSchemaFluent<A>>
-
getEndpointsList
@Deprecated public EndpointsList getEndpointsList()
Deprecated.This method has been deprecated, please use method buildEndpointsList instead.- Specified by:
getEndpointsListin interfaceKubeSchemaFluent<A extends KubeSchemaFluent<A>>- Returns:
- The buildable object.
-
buildEndpointsList
public EndpointsList buildEndpointsList()
- Specified by:
buildEndpointsListin interfaceKubeSchemaFluent<A extends KubeSchemaFluent<A>>
-
withEndpointsList
public A withEndpointsList(EndpointsList endpointsList)
- Specified by:
withEndpointsListin interfaceKubeSchemaFluent<A extends KubeSchemaFluent<A>>
-
hasEndpointsList
public Boolean hasEndpointsList()
- Specified by:
hasEndpointsListin interfaceKubeSchemaFluent<A extends KubeSchemaFluent<A>>
-
withNewEndpointsList
public KubeSchemaFluent.EndpointsListNested<A> withNewEndpointsList()
- Specified by:
withNewEndpointsListin interfaceKubeSchemaFluent<A extends KubeSchemaFluent<A>>
-
withNewEndpointsListLike
public KubeSchemaFluent.EndpointsListNested<A> withNewEndpointsListLike(EndpointsList item)
- Specified by:
withNewEndpointsListLikein interfaceKubeSchemaFluent<A extends KubeSchemaFluent<A>>
-
editEndpointsList
public KubeSchemaFluent.EndpointsListNested<A> editEndpointsList()
- Specified by:
editEndpointsListin interfaceKubeSchemaFluent<A extends KubeSchemaFluent<A>>
-
editOrNewEndpointsList
public KubeSchemaFluent.EndpointsListNested<A> editOrNewEndpointsList()
- Specified by:
editOrNewEndpointsListin interfaceKubeSchemaFluent<A extends KubeSchemaFluent<A>>
-
editOrNewEndpointsListLike
public KubeSchemaFluent.EndpointsListNested<A> editOrNewEndpointsListLike(EndpointsList item)
- Specified by:
editOrNewEndpointsListLikein interfaceKubeSchemaFluent<A extends KubeSchemaFluent<A>>
-
getEnvVar
@Deprecated public EnvVar getEnvVar()
Deprecated.This method has been deprecated, please use method buildEnvVar instead.- Specified by:
getEnvVarin interfaceKubeSchemaFluent<A extends KubeSchemaFluent<A>>- Returns:
- The buildable object.
-
buildEnvVar
public EnvVar buildEnvVar()
- Specified by:
buildEnvVarin interfaceKubeSchemaFluent<A extends KubeSchemaFluent<A>>
-
withEnvVar
public A withEnvVar(EnvVar envVar)
- Specified by:
withEnvVarin interfaceKubeSchemaFluent<A extends KubeSchemaFluent<A>>
-
hasEnvVar
public Boolean hasEnvVar()
- Specified by:
hasEnvVarin interfaceKubeSchemaFluent<A extends KubeSchemaFluent<A>>
-
withNewEnvVar
public KubeSchemaFluent.EnvVarNested<A> withNewEnvVar()
- Specified by:
withNewEnvVarin interfaceKubeSchemaFluent<A extends KubeSchemaFluent<A>>
-
withNewEnvVarLike
public KubeSchemaFluent.EnvVarNested<A> withNewEnvVarLike(EnvVar item)
- Specified by:
withNewEnvVarLikein interfaceKubeSchemaFluent<A extends KubeSchemaFluent<A>>
-
editEnvVar
public KubeSchemaFluent.EnvVarNested<A> editEnvVar()
- Specified by:
editEnvVarin interfaceKubeSchemaFluent<A extends KubeSchemaFluent<A>>
-
editOrNewEnvVar
public KubeSchemaFluent.EnvVarNested<A> editOrNewEnvVar()
- Specified by:
editOrNewEnvVarin interfaceKubeSchemaFluent<A extends KubeSchemaFluent<A>>
-
editOrNewEnvVarLike
public KubeSchemaFluent.EnvVarNested<A> editOrNewEnvVarLike(EnvVar item)
- Specified by:
editOrNewEnvVarLikein interfaceKubeSchemaFluent<A extends KubeSchemaFluent<A>>
-
getEvent
@Deprecated public Event getEvent()
Deprecated.This method has been deprecated, please use method buildEvent instead.- Specified by:
getEventin interfaceKubeSchemaFluent<A extends KubeSchemaFluent<A>>- Returns:
- The buildable object.
-
buildEvent
public Event buildEvent()
- Specified by:
buildEventin interfaceKubeSchemaFluent<A extends KubeSchemaFluent<A>>
-
withEvent
public A withEvent(Event event)
- Specified by:
withEventin interfaceKubeSchemaFluent<A extends KubeSchemaFluent<A>>
-
hasEvent
public Boolean hasEvent()
- Specified by:
hasEventin interfaceKubeSchemaFluent<A extends KubeSchemaFluent<A>>
-
withNewEvent
public KubeSchemaFluent.EventNested<A> withNewEvent()
- Specified by:
withNewEventin interfaceKubeSchemaFluent<A extends KubeSchemaFluent<A>>
-
withNewEventLike
public KubeSchemaFluent.EventNested<A> withNewEventLike(Event item)
- Specified by:
withNewEventLikein interfaceKubeSchemaFluent<A extends KubeSchemaFluent<A>>
-
editEvent
public KubeSchemaFluent.EventNested<A> editEvent()
- Specified by:
editEventin interfaceKubeSchemaFluent<A extends KubeSchemaFluent<A>>
-
editOrNewEvent
public KubeSchemaFluent.EventNested<A> editOrNewEvent()
- Specified by:
editOrNewEventin interfaceKubeSchemaFluent<A extends KubeSchemaFluent<A>>
-
editOrNewEventLike
public KubeSchemaFluent.EventNested<A> editOrNewEventLike(Event item)
- Specified by:
editOrNewEventLikein interfaceKubeSchemaFluent<A extends KubeSchemaFluent<A>>
-
getEventList
@Deprecated public EventList getEventList()
Deprecated.This method has been deprecated, please use method buildEventList instead.- Specified by:
getEventListin interfaceKubeSchemaFluent<A extends KubeSchemaFluent<A>>- Returns:
- The buildable object.
-
buildEventList
public EventList buildEventList()
- Specified by:
buildEventListin interfaceKubeSchemaFluent<A extends KubeSchemaFluent<A>>
-
withEventList
public A withEventList(EventList eventList)
- Specified by:
withEventListin interfaceKubeSchemaFluent<A extends KubeSchemaFluent<A>>
-
hasEventList
public Boolean hasEventList()
- Specified by:
hasEventListin interfaceKubeSchemaFluent<A extends KubeSchemaFluent<A>>
-
withNewEventList
public KubeSchemaFluent.EventListNested<A> withNewEventList()
- Specified by:
withNewEventListin interfaceKubeSchemaFluent<A extends KubeSchemaFluent<A>>
-
withNewEventListLike
public KubeSchemaFluent.EventListNested<A> withNewEventListLike(EventList item)
- Specified by:
withNewEventListLikein interfaceKubeSchemaFluent<A extends KubeSchemaFluent<A>>
-
editEventList
public KubeSchemaFluent.EventListNested<A> editEventList()
- Specified by:
editEventListin interfaceKubeSchemaFluent<A extends KubeSchemaFluent<A>>
-
editOrNewEventList
public KubeSchemaFluent.EventListNested<A> editOrNewEventList()
- Specified by:
editOrNewEventListin interfaceKubeSchemaFluent<A extends KubeSchemaFluent<A>>
-
editOrNewEventListLike
public KubeSchemaFluent.EventListNested<A> editOrNewEventListLike(EventList item)
- Specified by:
editOrNewEventListLikein interfaceKubeSchemaFluent<A extends KubeSchemaFluent<A>>
-
getEventSeries
@Deprecated public EventSeries getEventSeries()
Deprecated.This method has been deprecated, please use method buildEventSeries instead.- Specified by:
getEventSeriesin interfaceKubeSchemaFluent<A extends KubeSchemaFluent<A>>- Returns:
- The buildable object.
-
buildEventSeries
public EventSeries buildEventSeries()
- Specified by:
buildEventSeriesin interfaceKubeSchemaFluent<A extends KubeSchemaFluent<A>>
-
withEventSeries
public A withEventSeries(EventSeries eventSeries)
- Specified by:
withEventSeriesin interfaceKubeSchemaFluent<A extends KubeSchemaFluent<A>>
-
hasEventSeries
public Boolean hasEventSeries()
- Specified by:
hasEventSeriesin interfaceKubeSchemaFluent<A extends KubeSchemaFluent<A>>
-
withNewEventSeries
public KubeSchemaFluent.EventSeriesNested<A> withNewEventSeries()
- Specified by:
withNewEventSeriesin interfaceKubeSchemaFluent<A extends KubeSchemaFluent<A>>
-
withNewEventSeriesLike
public KubeSchemaFluent.EventSeriesNested<A> withNewEventSeriesLike(EventSeries item)
- Specified by:
withNewEventSeriesLikein interfaceKubeSchemaFluent<A extends KubeSchemaFluent<A>>
-
editEventSeries
public KubeSchemaFluent.EventSeriesNested<A> editEventSeries()
- Specified by:
editEventSeriesin interfaceKubeSchemaFluent<A extends KubeSchemaFluent<A>>
-
editOrNewEventSeries
public KubeSchemaFluent.EventSeriesNested<A> editOrNewEventSeries()
- Specified by:
editOrNewEventSeriesin interfaceKubeSchemaFluent<A extends KubeSchemaFluent<A>>
-
editOrNewEventSeriesLike
public KubeSchemaFluent.EventSeriesNested<A> editOrNewEventSeriesLike(EventSeries item)
- Specified by:
editOrNewEventSeriesLikein interfaceKubeSchemaFluent<A extends KubeSchemaFluent<A>>
-
getEventSource
@Deprecated public EventSource getEventSource()
Deprecated.This method has been deprecated, please use method buildEventSource instead.- Specified by:
getEventSourcein interfaceKubeSchemaFluent<A extends KubeSchemaFluent<A>>- Returns:
- The buildable object.
-
buildEventSource
public EventSource buildEventSource()
- Specified by:
buildEventSourcein interfaceKubeSchemaFluent<A extends KubeSchemaFluent<A>>
-
withEventSource
public A withEventSource(EventSource eventSource)
- Specified by:
withEventSourcein interfaceKubeSchemaFluent<A extends KubeSchemaFluent<A>>
-
hasEventSource
public Boolean hasEventSource()
- Specified by:
hasEventSourcein interfaceKubeSchemaFluent<A extends KubeSchemaFluent<A>>
-
withNewEventSource
public A withNewEventSource(String component, String host)
- Specified by:
withNewEventSourcein interfaceKubeSchemaFluent<A extends KubeSchemaFluent<A>>
-
withNewEventSource
public KubeSchemaFluent.EventSourceNested<A> withNewEventSource()
- Specified by:
withNewEventSourcein interfaceKubeSchemaFluent<A extends KubeSchemaFluent<A>>
-
withNewEventSourceLike
public KubeSchemaFluent.EventSourceNested<A> withNewEventSourceLike(EventSource item)
- Specified by:
withNewEventSourceLikein interfaceKubeSchemaFluent<A extends KubeSchemaFluent<A>>
-
editEventSource
public KubeSchemaFluent.EventSourceNested<A> editEventSource()
- Specified by:
editEventSourcein interfaceKubeSchemaFluent<A extends KubeSchemaFluent<A>>
-
editOrNewEventSource
public KubeSchemaFluent.EventSourceNested<A> editOrNewEventSource()
- Specified by:
editOrNewEventSourcein interfaceKubeSchemaFluent<A extends KubeSchemaFluent<A>>
-
editOrNewEventSourceLike
public KubeSchemaFluent.EventSourceNested<A> editOrNewEventSourceLike(EventSource item)
- Specified by:
editOrNewEventSourceLikein interfaceKubeSchemaFluent<A extends KubeSchemaFluent<A>>
-
getGetOptions
@Deprecated public GetOptions getGetOptions()
Deprecated.This method has been deprecated, please use method buildGetOptions instead.- Specified by:
getGetOptionsin interfaceKubeSchemaFluent<A extends KubeSchemaFluent<A>>- Returns:
- The buildable object.
-
buildGetOptions
public GetOptions buildGetOptions()
- Specified by:
buildGetOptionsin interfaceKubeSchemaFluent<A extends KubeSchemaFluent<A>>
-
withGetOptions
public A withGetOptions(GetOptions getOptions)
- Specified by:
withGetOptionsin interfaceKubeSchemaFluent<A extends KubeSchemaFluent<A>>
-
hasGetOptions
public Boolean hasGetOptions()
- Specified by:
hasGetOptionsin interfaceKubeSchemaFluent<A extends KubeSchemaFluent<A>>
-
withNewGetOptions
public A withNewGetOptions(String apiVersion, String kind, String resourceVersion)
- Specified by:
withNewGetOptionsin interfaceKubeSchemaFluent<A extends KubeSchemaFluent<A>>
-
withNewGetOptions
public KubeSchemaFluent.GetOptionsNested<A> withNewGetOptions()
- Specified by:
withNewGetOptionsin interfaceKubeSchemaFluent<A extends KubeSchemaFluent<A>>
-
withNewGetOptionsLike
public KubeSchemaFluent.GetOptionsNested<A> withNewGetOptionsLike(GetOptions item)
- Specified by:
withNewGetOptionsLikein interfaceKubeSchemaFluent<A extends KubeSchemaFluent<A>>
-
editGetOptions
public KubeSchemaFluent.GetOptionsNested<A> editGetOptions()
- Specified by:
editGetOptionsin interfaceKubeSchemaFluent<A extends KubeSchemaFluent<A>>
-
editOrNewGetOptions
public KubeSchemaFluent.GetOptionsNested<A> editOrNewGetOptions()
- Specified by:
editOrNewGetOptionsin interfaceKubeSchemaFluent<A extends KubeSchemaFluent<A>>
-
editOrNewGetOptionsLike
public KubeSchemaFluent.GetOptionsNested<A> editOrNewGetOptionsLike(GetOptions item)
- Specified by:
editOrNewGetOptionsLikein interfaceKubeSchemaFluent<A extends KubeSchemaFluent<A>>
-
getGroupVersionKind
@Deprecated public GroupVersionKind getGroupVersionKind()
Deprecated.This method has been deprecated, please use method buildGroupVersionKind instead.- Specified by:
getGroupVersionKindin interfaceKubeSchemaFluent<A extends KubeSchemaFluent<A>>- Returns:
- The buildable object.
-
buildGroupVersionKind
public GroupVersionKind buildGroupVersionKind()
- Specified by:
buildGroupVersionKindin interfaceKubeSchemaFluent<A extends KubeSchemaFluent<A>>
-
withGroupVersionKind
public A withGroupVersionKind(GroupVersionKind groupVersionKind)
- Specified by:
withGroupVersionKindin interfaceKubeSchemaFluent<A extends KubeSchemaFluent<A>>
-
hasGroupVersionKind
public Boolean hasGroupVersionKind()
- Specified by:
hasGroupVersionKindin interfaceKubeSchemaFluent<A extends KubeSchemaFluent<A>>
-
withNewGroupVersionKind
public A withNewGroupVersionKind(String group, String kind, String version)
- Specified by:
withNewGroupVersionKindin interfaceKubeSchemaFluent<A extends KubeSchemaFluent<A>>
-
withNewGroupVersionKind
public KubeSchemaFluent.GroupVersionKindNested<A> withNewGroupVersionKind()
- Specified by:
withNewGroupVersionKindin interfaceKubeSchemaFluent<A extends KubeSchemaFluent<A>>
-
withNewGroupVersionKindLike
public KubeSchemaFluent.GroupVersionKindNested<A> withNewGroupVersionKindLike(GroupVersionKind item)
- Specified by:
withNewGroupVersionKindLikein interfaceKubeSchemaFluent<A extends KubeSchemaFluent<A>>
-
editGroupVersionKind
public KubeSchemaFluent.GroupVersionKindNested<A> editGroupVersionKind()
- Specified by:
editGroupVersionKindin interfaceKubeSchemaFluent<A extends KubeSchemaFluent<A>>
-
editOrNewGroupVersionKind
public KubeSchemaFluent.GroupVersionKindNested<A> editOrNewGroupVersionKind()
- Specified by:
editOrNewGroupVersionKindin interfaceKubeSchemaFluent<A extends KubeSchemaFluent<A>>
-
editOrNewGroupVersionKindLike
public KubeSchemaFluent.GroupVersionKindNested<A> editOrNewGroupVersionKindLike(GroupVersionKind item)
- Specified by:
editOrNewGroupVersionKindLikein interfaceKubeSchemaFluent<A extends KubeSchemaFluent<A>>
-
getGroupVersionResource
@Deprecated public GroupVersionResource getGroupVersionResource()
Deprecated.This method has been deprecated, please use method buildGroupVersionResource instead.- Specified by:
getGroupVersionResourcein interfaceKubeSchemaFluent<A extends KubeSchemaFluent<A>>- Returns:
- The buildable object.
-
buildGroupVersionResource
public GroupVersionResource buildGroupVersionResource()
- Specified by:
buildGroupVersionResourcein interfaceKubeSchemaFluent<A extends KubeSchemaFluent<A>>
-
withGroupVersionResource
public A withGroupVersionResource(GroupVersionResource groupVersionResource)
- Specified by:
withGroupVersionResourcein interfaceKubeSchemaFluent<A extends KubeSchemaFluent<A>>
-
hasGroupVersionResource
public Boolean hasGroupVersionResource()
- Specified by:
hasGroupVersionResourcein interfaceKubeSchemaFluent<A extends KubeSchemaFluent<A>>
-
withNewGroupVersionResource
public A withNewGroupVersionResource(String group, String resource, String version)
- Specified by:
withNewGroupVersionResourcein interfaceKubeSchemaFluent<A extends KubeSchemaFluent<A>>
-
withNewGroupVersionResource
public KubeSchemaFluent.GroupVersionResourceNested<A> withNewGroupVersionResource()
- Specified by:
withNewGroupVersionResourcein interfaceKubeSchemaFluent<A extends KubeSchemaFluent<A>>
-
withNewGroupVersionResourceLike
public KubeSchemaFluent.GroupVersionResourceNested<A> withNewGroupVersionResourceLike(GroupVersionResource item)
- Specified by:
withNewGroupVersionResourceLikein interfaceKubeSchemaFluent<A extends KubeSchemaFluent<A>>
-
editGroupVersionResource
public KubeSchemaFluent.GroupVersionResourceNested<A> editGroupVersionResource()
- Specified by:
editGroupVersionResourcein interfaceKubeSchemaFluent<A extends KubeSchemaFluent<A>>
-
editOrNewGroupVersionResource
public KubeSchemaFluent.GroupVersionResourceNested<A> editOrNewGroupVersionResource()
- Specified by:
editOrNewGroupVersionResourcein interfaceKubeSchemaFluent<A extends KubeSchemaFluent<A>>
-
editOrNewGroupVersionResourceLike
public KubeSchemaFluent.GroupVersionResourceNested<A> editOrNewGroupVersionResourceLike(GroupVersionResource item)
- Specified by:
editOrNewGroupVersionResourceLikein interfaceKubeSchemaFluent<A extends KubeSchemaFluent<A>>
-
getInfo
@Deprecated public Info getInfo()
Deprecated.This method has been deprecated, please use method buildInfo instead.- Specified by:
getInfoin interfaceKubeSchemaFluent<A extends KubeSchemaFluent<A>>- Returns:
- The buildable object.
-
buildInfo
public Info buildInfo()
- Specified by:
buildInfoin interfaceKubeSchemaFluent<A extends KubeSchemaFluent<A>>
-
withInfo
public A withInfo(Info info)
- Specified by:
withInfoin interfaceKubeSchemaFluent<A extends KubeSchemaFluent<A>>
-
hasInfo
public Boolean hasInfo()
- Specified by:
hasInfoin interfaceKubeSchemaFluent<A extends KubeSchemaFluent<A>>
-
withNewInfo
public KubeSchemaFluent.InfoNested<A> withNewInfo()
- Specified by:
withNewInfoin interfaceKubeSchemaFluent<A extends KubeSchemaFluent<A>>
-
withNewInfoLike
public KubeSchemaFluent.InfoNested<A> withNewInfoLike(Info item)
- Specified by:
withNewInfoLikein interfaceKubeSchemaFluent<A extends KubeSchemaFluent<A>>
-
editInfo
public KubeSchemaFluent.InfoNested<A> editInfo()
- Specified by:
editInfoin interfaceKubeSchemaFluent<A extends KubeSchemaFluent<A>>
-
editOrNewInfo
public KubeSchemaFluent.InfoNested<A> editOrNewInfo()
- Specified by:
editOrNewInfoin interfaceKubeSchemaFluent<A extends KubeSchemaFluent<A>>
-
editOrNewInfoLike
public KubeSchemaFluent.InfoNested<A> editOrNewInfoLike(Info item)
- Specified by:
editOrNewInfoLikein interfaceKubeSchemaFluent<A extends KubeSchemaFluent<A>>
-
getLimitRangeList
@Deprecated public LimitRangeList getLimitRangeList()
Deprecated.This method has been deprecated, please use method buildLimitRangeList instead.- Specified by:
getLimitRangeListin interfaceKubeSchemaFluent<A extends KubeSchemaFluent<A>>- Returns:
- The buildable object.
-
buildLimitRangeList
public LimitRangeList buildLimitRangeList()
- Specified by:
buildLimitRangeListin interfaceKubeSchemaFluent<A extends KubeSchemaFluent<A>>
-
withLimitRangeList
public A withLimitRangeList(LimitRangeList limitRangeList)
- Specified by:
withLimitRangeListin interfaceKubeSchemaFluent<A extends KubeSchemaFluent<A>>
-
hasLimitRangeList
public Boolean hasLimitRangeList()
- Specified by:
hasLimitRangeListin interfaceKubeSchemaFluent<A extends KubeSchemaFluent<A>>
-
withNewLimitRangeList
public KubeSchemaFluent.LimitRangeListNested<A> withNewLimitRangeList()
- Specified by:
withNewLimitRangeListin interfaceKubeSchemaFluent<A extends KubeSchemaFluent<A>>
-
withNewLimitRangeListLike
public KubeSchemaFluent.LimitRangeListNested<A> withNewLimitRangeListLike(LimitRangeList item)
- Specified by:
withNewLimitRangeListLikein interfaceKubeSchemaFluent<A extends KubeSchemaFluent<A>>
-
editLimitRangeList
public KubeSchemaFluent.LimitRangeListNested<A> editLimitRangeList()
- Specified by:
editLimitRangeListin interfaceKubeSchemaFluent<A extends KubeSchemaFluent<A>>
-
editOrNewLimitRangeList
public KubeSchemaFluent.LimitRangeListNested<A> editOrNewLimitRangeList()
- Specified by:
editOrNewLimitRangeListin interfaceKubeSchemaFluent<A extends KubeSchemaFluent<A>>
-
editOrNewLimitRangeListLike
public KubeSchemaFluent.LimitRangeListNested<A> editOrNewLimitRangeListLike(LimitRangeList item)
- Specified by:
editOrNewLimitRangeListLikein interfaceKubeSchemaFluent<A extends KubeSchemaFluent<A>>
-
getListOptions
@Deprecated public ListOptions getListOptions()
Deprecated.This method has been deprecated, please use method buildListOptions instead.- Specified by:
getListOptionsin interfaceKubeSchemaFluent<A extends KubeSchemaFluent<A>>- Returns:
- The buildable object.
-
buildListOptions
public ListOptions buildListOptions()
- Specified by:
buildListOptionsin interfaceKubeSchemaFluent<A extends KubeSchemaFluent<A>>
-
withListOptions
public A withListOptions(ListOptions listOptions)
- Specified by:
withListOptionsin interfaceKubeSchemaFluent<A extends KubeSchemaFluent<A>>
-
hasListOptions
public Boolean hasListOptions()
- Specified by:
hasListOptionsin interfaceKubeSchemaFluent<A extends KubeSchemaFluent<A>>
-
withNewListOptions
public KubeSchemaFluent.ListOptionsNested<A> withNewListOptions()
- Specified by:
withNewListOptionsin interfaceKubeSchemaFluent<A extends KubeSchemaFluent<A>>
-
withNewListOptionsLike
public KubeSchemaFluent.ListOptionsNested<A> withNewListOptionsLike(ListOptions item)
- Specified by:
withNewListOptionsLikein interfaceKubeSchemaFluent<A extends KubeSchemaFluent<A>>
-
editListOptions
public KubeSchemaFluent.ListOptionsNested<A> editListOptions()
- Specified by:
editListOptionsin interfaceKubeSchemaFluent<A extends KubeSchemaFluent<A>>
-
editOrNewListOptions
public KubeSchemaFluent.ListOptionsNested<A> editOrNewListOptions()
- Specified by:
editOrNewListOptionsin interfaceKubeSchemaFluent<A extends KubeSchemaFluent<A>>
-
editOrNewListOptionsLike
public KubeSchemaFluent.ListOptionsNested<A> editOrNewListOptionsLike(ListOptions item)
- Specified by:
editOrNewListOptionsLikein interfaceKubeSchemaFluent<A extends KubeSchemaFluent<A>>
-
getMicroTime
@Deprecated public MicroTime getMicroTime()
Deprecated.This method has been deprecated, please use method buildMicroTime instead.- Specified by:
getMicroTimein interfaceKubeSchemaFluent<A extends KubeSchemaFluent<A>>- Returns:
- The buildable object.
-
buildMicroTime
public MicroTime buildMicroTime()
- Specified by:
buildMicroTimein interfaceKubeSchemaFluent<A extends KubeSchemaFluent<A>>
-
withMicroTime
public A withMicroTime(MicroTime microTime)
- Specified by:
withMicroTimein interfaceKubeSchemaFluent<A extends KubeSchemaFluent<A>>
-
hasMicroTime
public Boolean hasMicroTime()
- Specified by:
hasMicroTimein interfaceKubeSchemaFluent<A extends KubeSchemaFluent<A>>
-
withNewMicroTime
public A withNewMicroTime(String time)
- Specified by:
withNewMicroTimein interfaceKubeSchemaFluent<A extends KubeSchemaFluent<A>>
-
withNewMicroTime
public KubeSchemaFluent.MicroTimeNested<A> withNewMicroTime()
- Specified by:
withNewMicroTimein interfaceKubeSchemaFluent<A extends KubeSchemaFluent<A>>
-
withNewMicroTimeLike
public KubeSchemaFluent.MicroTimeNested<A> withNewMicroTimeLike(MicroTime item)
- Specified by:
withNewMicroTimeLikein interfaceKubeSchemaFluent<A extends KubeSchemaFluent<A>>
-
editMicroTime
public KubeSchemaFluent.MicroTimeNested<A> editMicroTime()
- Specified by:
editMicroTimein interfaceKubeSchemaFluent<A extends KubeSchemaFluent<A>>
-
editOrNewMicroTime
public KubeSchemaFluent.MicroTimeNested<A> editOrNewMicroTime()
- Specified by:
editOrNewMicroTimein interfaceKubeSchemaFluent<A extends KubeSchemaFluent<A>>
-
editOrNewMicroTimeLike
public KubeSchemaFluent.MicroTimeNested<A> editOrNewMicroTimeLike(MicroTime item)
- Specified by:
editOrNewMicroTimeLikein interfaceKubeSchemaFluent<A extends KubeSchemaFluent<A>>
-
getNamespace
@Deprecated public Namespace getNamespace()
Deprecated.This method has been deprecated, please use method buildNamespace instead.- Specified by:
getNamespacein interfaceKubeSchemaFluent<A extends KubeSchemaFluent<A>>- Returns:
- The buildable object.
-
buildNamespace
public Namespace buildNamespace()
- Specified by:
buildNamespacein interfaceKubeSchemaFluent<A extends KubeSchemaFluent<A>>
-
withNamespace
public A withNamespace(Namespace namespace)
- Specified by:
withNamespacein interfaceKubeSchemaFluent<A extends KubeSchemaFluent<A>>
-
hasNamespace
public Boolean hasNamespace()
- Specified by:
hasNamespacein interfaceKubeSchemaFluent<A extends KubeSchemaFluent<A>>
-
withNewNamespace
public KubeSchemaFluent.NamespaceNested<A> withNewNamespace()
- Specified by:
withNewNamespacein interfaceKubeSchemaFluent<A extends KubeSchemaFluent<A>>
-
withNewNamespaceLike
public KubeSchemaFluent.NamespaceNested<A> withNewNamespaceLike(Namespace item)
- Specified by:
withNewNamespaceLikein interfaceKubeSchemaFluent<A extends KubeSchemaFluent<A>>
-
editNamespace
public KubeSchemaFluent.NamespaceNested<A> editNamespace()
- Specified by:
editNamespacein interfaceKubeSchemaFluent<A extends KubeSchemaFluent<A>>
-
editOrNewNamespace
public KubeSchemaFluent.NamespaceNested<A> editOrNewNamespace()
- Specified by:
editOrNewNamespacein interfaceKubeSchemaFluent<A extends KubeSchemaFluent<A>>
-
editOrNewNamespaceLike
public KubeSchemaFluent.NamespaceNested<A> editOrNewNamespaceLike(Namespace item)
- Specified by:
editOrNewNamespaceLikein interfaceKubeSchemaFluent<A extends KubeSchemaFluent<A>>
-
getNamespaceList
@Deprecated public NamespaceList getNamespaceList()
Deprecated.This method has been deprecated, please use method buildNamespaceList instead.- Specified by:
getNamespaceListin interfaceKubeSchemaFluent<A extends KubeSchemaFluent<A>>- Returns:
- The buildable object.
-
buildNamespaceList
public NamespaceList buildNamespaceList()
- Specified by:
buildNamespaceListin interfaceKubeSchemaFluent<A extends KubeSchemaFluent<A>>
-
withNamespaceList
public A withNamespaceList(NamespaceList namespaceList)
- Specified by:
withNamespaceListin interfaceKubeSchemaFluent<A extends KubeSchemaFluent<A>>
-
hasNamespaceList
public Boolean hasNamespaceList()
- Specified by:
hasNamespaceListin interfaceKubeSchemaFluent<A extends KubeSchemaFluent<A>>
-
withNewNamespaceList
public KubeSchemaFluent.NamespaceListNested<A> withNewNamespaceList()
- Specified by:
withNewNamespaceListin interfaceKubeSchemaFluent<A extends KubeSchemaFluent<A>>
-
withNewNamespaceListLike
public KubeSchemaFluent.NamespaceListNested<A> withNewNamespaceListLike(NamespaceList item)
- Specified by:
withNewNamespaceListLikein interfaceKubeSchemaFluent<A extends KubeSchemaFluent<A>>
-
editNamespaceList
public KubeSchemaFluent.NamespaceListNested<A> editNamespaceList()
- Specified by:
editNamespaceListin interfaceKubeSchemaFluent<A extends KubeSchemaFluent<A>>
-
editOrNewNamespaceList
public KubeSchemaFluent.NamespaceListNested<A> editOrNewNamespaceList()
- Specified by:
editOrNewNamespaceListin interfaceKubeSchemaFluent<A extends KubeSchemaFluent<A>>
-
editOrNewNamespaceListLike
public KubeSchemaFluent.NamespaceListNested<A> editOrNewNamespaceListLike(NamespaceList item)
- Specified by:
editOrNewNamespaceListLikein interfaceKubeSchemaFluent<A extends KubeSchemaFluent<A>>
-
getNode
@Deprecated public Node getNode()
Deprecated.This method has been deprecated, please use method buildNode instead.- Specified by:
getNodein interfaceKubeSchemaFluent<A extends KubeSchemaFluent<A>>- Returns:
- The buildable object.
-
buildNode
public Node buildNode()
- Specified by:
buildNodein interfaceKubeSchemaFluent<A extends KubeSchemaFluent<A>>
-
withNode
public A withNode(Node node)
- Specified by:
withNodein interfaceKubeSchemaFluent<A extends KubeSchemaFluent<A>>
-
hasNode
public Boolean hasNode()
- Specified by:
hasNodein interfaceKubeSchemaFluent<A extends KubeSchemaFluent<A>>
-
withNewNode
public KubeSchemaFluent.NodeNested<A> withNewNode()
- Specified by:
withNewNodein interfaceKubeSchemaFluent<A extends KubeSchemaFluent<A>>
-
withNewNodeLike
public KubeSchemaFluent.NodeNested<A> withNewNodeLike(Node item)
- Specified by:
withNewNodeLikein interfaceKubeSchemaFluent<A extends KubeSchemaFluent<A>>
-
editNode
public KubeSchemaFluent.NodeNested<A> editNode()
- Specified by:
editNodein interfaceKubeSchemaFluent<A extends KubeSchemaFluent<A>>
-
editOrNewNode
public KubeSchemaFluent.NodeNested<A> editOrNewNode()
- Specified by:
editOrNewNodein interfaceKubeSchemaFluent<A extends KubeSchemaFluent<A>>
-
editOrNewNodeLike
public KubeSchemaFluent.NodeNested<A> editOrNewNodeLike(Node item)
- Specified by:
editOrNewNodeLikein interfaceKubeSchemaFluent<A extends KubeSchemaFluent<A>>
-
getNodeList
@Deprecated public NodeList getNodeList()
Deprecated.This method has been deprecated, please use method buildNodeList instead.- Specified by:
getNodeListin interfaceKubeSchemaFluent<A extends KubeSchemaFluent<A>>- Returns:
- The buildable object.
-
buildNodeList
public NodeList buildNodeList()
- Specified by:
buildNodeListin interfaceKubeSchemaFluent<A extends KubeSchemaFluent<A>>
-
withNodeList
public A withNodeList(NodeList nodeList)
- Specified by:
withNodeListin interfaceKubeSchemaFluent<A extends KubeSchemaFluent<A>>
-
hasNodeList
public Boolean hasNodeList()
- Specified by:
hasNodeListin interfaceKubeSchemaFluent<A extends KubeSchemaFluent<A>>
-
withNewNodeList
public KubeSchemaFluent.NodeListNested<A> withNewNodeList()
- Specified by:
withNewNodeListin interfaceKubeSchemaFluent<A extends KubeSchemaFluent<A>>
-
withNewNodeListLike
public KubeSchemaFluent.NodeListNested<A> withNewNodeListLike(NodeList item)
- Specified by:
withNewNodeListLikein interfaceKubeSchemaFluent<A extends KubeSchemaFluent<A>>
-
editNodeList
public KubeSchemaFluent.NodeListNested<A> editNodeList()
- Specified by:
editNodeListin interfaceKubeSchemaFluent<A extends KubeSchemaFluent<A>>
-
editOrNewNodeList
public KubeSchemaFluent.NodeListNested<A> editOrNewNodeList()
- Specified by:
editOrNewNodeListin interfaceKubeSchemaFluent<A extends KubeSchemaFluent<A>>
-
editOrNewNodeListLike
public KubeSchemaFluent.NodeListNested<A> editOrNewNodeListLike(NodeList item)
- Specified by:
editOrNewNodeListLikein interfaceKubeSchemaFluent<A extends KubeSchemaFluent<A>>
-
getObjectMeta
@Deprecated public ObjectMeta getObjectMeta()
Deprecated.This method has been deprecated, please use method buildObjectMeta instead.- Specified by:
getObjectMetain interfaceKubeSchemaFluent<A extends KubeSchemaFluent<A>>- Returns:
- The buildable object.
-
buildObjectMeta
public ObjectMeta buildObjectMeta()
- Specified by:
buildObjectMetain interfaceKubeSchemaFluent<A extends KubeSchemaFluent<A>>
-
withObjectMeta
public A withObjectMeta(ObjectMeta objectMeta)
- Specified by:
withObjectMetain interfaceKubeSchemaFluent<A extends KubeSchemaFluent<A>>
-
hasObjectMeta
public Boolean hasObjectMeta()
- Specified by:
hasObjectMetain interfaceKubeSchemaFluent<A extends KubeSchemaFluent<A>>
-
withNewObjectMeta
public KubeSchemaFluent.ObjectMetaNested<A> withNewObjectMeta()
- Specified by:
withNewObjectMetain interfaceKubeSchemaFluent<A extends KubeSchemaFluent<A>>
-
withNewObjectMetaLike
public KubeSchemaFluent.ObjectMetaNested<A> withNewObjectMetaLike(ObjectMeta item)
- Specified by:
withNewObjectMetaLikein interfaceKubeSchemaFluent<A extends KubeSchemaFluent<A>>
-
editObjectMeta
public KubeSchemaFluent.ObjectMetaNested<A> editObjectMeta()
- Specified by:
editObjectMetain interfaceKubeSchemaFluent<A extends KubeSchemaFluent<A>>
-
editOrNewObjectMeta
public KubeSchemaFluent.ObjectMetaNested<A> editOrNewObjectMeta()
- Specified by:
editOrNewObjectMetain interfaceKubeSchemaFluent<A extends KubeSchemaFluent<A>>
-
editOrNewObjectMetaLike
public KubeSchemaFluent.ObjectMetaNested<A> editOrNewObjectMetaLike(ObjectMeta item)
- Specified by:
editOrNewObjectMetaLikein interfaceKubeSchemaFluent<A extends KubeSchemaFluent<A>>
-
getPatch
@Deprecated public Patch getPatch()
Deprecated.This method has been deprecated, please use method buildPatch instead.- Specified by:
getPatchin interfaceKubeSchemaFluent<A extends KubeSchemaFluent<A>>- Returns:
- The buildable object.
-
buildPatch
public Patch buildPatch()
- Specified by:
buildPatchin interfaceKubeSchemaFluent<A extends KubeSchemaFluent<A>>
-
withPatch
public A withPatch(Patch patch)
- Specified by:
withPatchin interfaceKubeSchemaFluent<A extends KubeSchemaFluent<A>>
-
hasPatch
public Boolean hasPatch()
- Specified by:
hasPatchin interfaceKubeSchemaFluent<A extends KubeSchemaFluent<A>>
-
withNewPatch
public KubeSchemaFluent.PatchNested<A> withNewPatch()
- Specified by:
withNewPatchin interfaceKubeSchemaFluent<A extends KubeSchemaFluent<A>>
-
withNewPatchLike
public KubeSchemaFluent.PatchNested<A> withNewPatchLike(Patch item)
- Specified by:
withNewPatchLikein interfaceKubeSchemaFluent<A extends KubeSchemaFluent<A>>
-
editPatch
public KubeSchemaFluent.PatchNested<A> editPatch()
- Specified by:
editPatchin interfaceKubeSchemaFluent<A extends KubeSchemaFluent<A>>
-
editOrNewPatch
public KubeSchemaFluent.PatchNested<A> editOrNewPatch()
- Specified by:
editOrNewPatchin interfaceKubeSchemaFluent<A extends KubeSchemaFluent<A>>
-
editOrNewPatchLike
public KubeSchemaFluent.PatchNested<A> editOrNewPatchLike(Patch item)
- Specified by:
editOrNewPatchLikein interfaceKubeSchemaFluent<A extends KubeSchemaFluent<A>>
-
getPatchOptions
@Deprecated public PatchOptions getPatchOptions()
Deprecated.This method has been deprecated, please use method buildPatchOptions instead.- Specified by:
getPatchOptionsin interfaceKubeSchemaFluent<A extends KubeSchemaFluent<A>>- Returns:
- The buildable object.
-
buildPatchOptions
public PatchOptions buildPatchOptions()
- Specified by:
buildPatchOptionsin interfaceKubeSchemaFluent<A extends KubeSchemaFluent<A>>
-
withPatchOptions
public A withPatchOptions(PatchOptions patchOptions)
- Specified by:
withPatchOptionsin interfaceKubeSchemaFluent<A extends KubeSchemaFluent<A>>
-
hasPatchOptions
public Boolean hasPatchOptions()
- Specified by:
hasPatchOptionsin interfaceKubeSchemaFluent<A extends KubeSchemaFluent<A>>
-
withNewPatchOptions
public KubeSchemaFluent.PatchOptionsNested<A> withNewPatchOptions()
- Specified by:
withNewPatchOptionsin interfaceKubeSchemaFluent<A extends KubeSchemaFluent<A>>
-
withNewPatchOptionsLike
public KubeSchemaFluent.PatchOptionsNested<A> withNewPatchOptionsLike(PatchOptions item)
- Specified by:
withNewPatchOptionsLikein interfaceKubeSchemaFluent<A extends KubeSchemaFluent<A>>
-
editPatchOptions
public KubeSchemaFluent.PatchOptionsNested<A> editPatchOptions()
- Specified by:
editPatchOptionsin interfaceKubeSchemaFluent<A extends KubeSchemaFluent<A>>
-
editOrNewPatchOptions
public KubeSchemaFluent.PatchOptionsNested<A> editOrNewPatchOptions()
- Specified by:
editOrNewPatchOptionsin interfaceKubeSchemaFluent<A extends KubeSchemaFluent<A>>
-
editOrNewPatchOptionsLike
public KubeSchemaFluent.PatchOptionsNested<A> editOrNewPatchOptionsLike(PatchOptions item)
- Specified by:
editOrNewPatchOptionsLikein interfaceKubeSchemaFluent<A extends KubeSchemaFluent<A>>
-
getPersistentVolume
@Deprecated public PersistentVolume getPersistentVolume()
Deprecated.This method has been deprecated, please use method buildPersistentVolume instead.- Specified by:
getPersistentVolumein interfaceKubeSchemaFluent<A extends KubeSchemaFluent<A>>- Returns:
- The buildable object.
-
buildPersistentVolume
public PersistentVolume buildPersistentVolume()
- Specified by:
buildPersistentVolumein interfaceKubeSchemaFluent<A extends KubeSchemaFluent<A>>
-
withPersistentVolume
public A withPersistentVolume(PersistentVolume persistentVolume)
- Specified by:
withPersistentVolumein interfaceKubeSchemaFluent<A extends KubeSchemaFluent<A>>
-
hasPersistentVolume
public Boolean hasPersistentVolume()
- Specified by:
hasPersistentVolumein interfaceKubeSchemaFluent<A extends KubeSchemaFluent<A>>
-
withNewPersistentVolume
public KubeSchemaFluent.PersistentVolumeNested<A> withNewPersistentVolume()
- Specified by:
withNewPersistentVolumein interfaceKubeSchemaFluent<A extends KubeSchemaFluent<A>>
-
withNewPersistentVolumeLike
public KubeSchemaFluent.PersistentVolumeNested<A> withNewPersistentVolumeLike(PersistentVolume item)
- Specified by:
withNewPersistentVolumeLikein interfaceKubeSchemaFluent<A extends KubeSchemaFluent<A>>
-
editPersistentVolume
public KubeSchemaFluent.PersistentVolumeNested<A> editPersistentVolume()
- Specified by:
editPersistentVolumein interfaceKubeSchemaFluent<A extends KubeSchemaFluent<A>>
-
editOrNewPersistentVolume
public KubeSchemaFluent.PersistentVolumeNested<A> editOrNewPersistentVolume()
- Specified by:
editOrNewPersistentVolumein interfaceKubeSchemaFluent<A extends KubeSchemaFluent<A>>
-
editOrNewPersistentVolumeLike
public KubeSchemaFluent.PersistentVolumeNested<A> editOrNewPersistentVolumeLike(PersistentVolume item)
- Specified by:
editOrNewPersistentVolumeLikein interfaceKubeSchemaFluent<A extends KubeSchemaFluent<A>>
-
getPersistentVolumeClaim
@Deprecated public PersistentVolumeClaim getPersistentVolumeClaim()
Deprecated.This method has been deprecated, please use method buildPersistentVolumeClaim instead.- Specified by:
getPersistentVolumeClaimin interfaceKubeSchemaFluent<A extends KubeSchemaFluent<A>>- Returns:
- The buildable object.
-
buildPersistentVolumeClaim
public PersistentVolumeClaim buildPersistentVolumeClaim()
- Specified by:
buildPersistentVolumeClaimin interfaceKubeSchemaFluent<A extends KubeSchemaFluent<A>>
-
withPersistentVolumeClaim
public A withPersistentVolumeClaim(PersistentVolumeClaim persistentVolumeClaim)
- Specified by:
withPersistentVolumeClaimin interfaceKubeSchemaFluent<A extends KubeSchemaFluent<A>>
-
hasPersistentVolumeClaim
public Boolean hasPersistentVolumeClaim()
- Specified by:
hasPersistentVolumeClaimin interfaceKubeSchemaFluent<A extends KubeSchemaFluent<A>>
-
withNewPersistentVolumeClaim
public KubeSchemaFluent.PersistentVolumeClaimNested<A> withNewPersistentVolumeClaim()
- Specified by:
withNewPersistentVolumeClaimin interfaceKubeSchemaFluent<A extends KubeSchemaFluent<A>>
-
withNewPersistentVolumeClaimLike
public KubeSchemaFluent.PersistentVolumeClaimNested<A> withNewPersistentVolumeClaimLike(PersistentVolumeClaim item)
- Specified by:
withNewPersistentVolumeClaimLikein interfaceKubeSchemaFluent<A extends KubeSchemaFluent<A>>
-
editPersistentVolumeClaim
public KubeSchemaFluent.PersistentVolumeClaimNested<A> editPersistentVolumeClaim()
- Specified by:
editPersistentVolumeClaimin interfaceKubeSchemaFluent<A extends KubeSchemaFluent<A>>
-
editOrNewPersistentVolumeClaim
public KubeSchemaFluent.PersistentVolumeClaimNested<A> editOrNewPersistentVolumeClaim()
- Specified by:
editOrNewPersistentVolumeClaimin interfaceKubeSchemaFluent<A extends KubeSchemaFluent<A>>
-
editOrNewPersistentVolumeClaimLike
public KubeSchemaFluent.PersistentVolumeClaimNested<A> editOrNewPersistentVolumeClaimLike(PersistentVolumeClaim item)
- Specified by:
editOrNewPersistentVolumeClaimLikein interfaceKubeSchemaFluent<A extends KubeSchemaFluent<A>>
-
getPersistentVolumeClaimList
@Deprecated public PersistentVolumeClaimList getPersistentVolumeClaimList()
Deprecated.This method has been deprecated, please use method buildPersistentVolumeClaimList instead.- Specified by:
getPersistentVolumeClaimListin interfaceKubeSchemaFluent<A extends KubeSchemaFluent<A>>- Returns:
- The buildable object.
-
buildPersistentVolumeClaimList
public PersistentVolumeClaimList buildPersistentVolumeClaimList()
- Specified by:
buildPersistentVolumeClaimListin interfaceKubeSchemaFluent<A extends KubeSchemaFluent<A>>
-
withPersistentVolumeClaimList
public A withPersistentVolumeClaimList(PersistentVolumeClaimList persistentVolumeClaimList)
- Specified by:
withPersistentVolumeClaimListin interfaceKubeSchemaFluent<A extends KubeSchemaFluent<A>>
-
hasPersistentVolumeClaimList
public Boolean hasPersistentVolumeClaimList()
- Specified by:
hasPersistentVolumeClaimListin interfaceKubeSchemaFluent<A extends KubeSchemaFluent<A>>
-
withNewPersistentVolumeClaimList
public KubeSchemaFluent.PersistentVolumeClaimListNested<A> withNewPersistentVolumeClaimList()
- Specified by:
withNewPersistentVolumeClaimListin interfaceKubeSchemaFluent<A extends KubeSchemaFluent<A>>
-
withNewPersistentVolumeClaimListLike
public KubeSchemaFluent.PersistentVolumeClaimListNested<A> withNewPersistentVolumeClaimListLike(PersistentVolumeClaimList item)
- Specified by:
withNewPersistentVolumeClaimListLikein interfaceKubeSchemaFluent<A extends KubeSchemaFluent<A>>
-
editPersistentVolumeClaimList
public KubeSchemaFluent.PersistentVolumeClaimListNested<A> editPersistentVolumeClaimList()
- Specified by:
editPersistentVolumeClaimListin interfaceKubeSchemaFluent<A extends KubeSchemaFluent<A>>
-
editOrNewPersistentVolumeClaimList
public KubeSchemaFluent.PersistentVolumeClaimListNested<A> editOrNewPersistentVolumeClaimList()
- Specified by:
editOrNewPersistentVolumeClaimListin interfaceKubeSchemaFluent<A extends KubeSchemaFluent<A>>
-
editOrNewPersistentVolumeClaimListLike
public KubeSchemaFluent.PersistentVolumeClaimListNested<A> editOrNewPersistentVolumeClaimListLike(PersistentVolumeClaimList item)
- Specified by:
editOrNewPersistentVolumeClaimListLikein interfaceKubeSchemaFluent<A extends KubeSchemaFluent<A>>
-
getPersistentVolumeList
@Deprecated public PersistentVolumeList getPersistentVolumeList()
Deprecated.This method has been deprecated, please use method buildPersistentVolumeList instead.- Specified by:
getPersistentVolumeListin interfaceKubeSchemaFluent<A extends KubeSchemaFluent<A>>- Returns:
- The buildable object.
-
buildPersistentVolumeList
public PersistentVolumeList buildPersistentVolumeList()
- Specified by:
buildPersistentVolumeListin interfaceKubeSchemaFluent<A extends KubeSchemaFluent<A>>
-
withPersistentVolumeList
public A withPersistentVolumeList(PersistentVolumeList persistentVolumeList)
- Specified by:
withPersistentVolumeListin interfaceKubeSchemaFluent<A extends KubeSchemaFluent<A>>
-
hasPersistentVolumeList
public Boolean hasPersistentVolumeList()
- Specified by:
hasPersistentVolumeListin interfaceKubeSchemaFluent<A extends KubeSchemaFluent<A>>
-
withNewPersistentVolumeList
public KubeSchemaFluent.PersistentVolumeListNested<A> withNewPersistentVolumeList()
- Specified by:
withNewPersistentVolumeListin interfaceKubeSchemaFluent<A extends KubeSchemaFluent<A>>
-
withNewPersistentVolumeListLike
public KubeSchemaFluent.PersistentVolumeListNested<A> withNewPersistentVolumeListLike(PersistentVolumeList item)
- Specified by:
withNewPersistentVolumeListLikein interfaceKubeSchemaFluent<A extends KubeSchemaFluent<A>>
-
editPersistentVolumeList
public KubeSchemaFluent.PersistentVolumeListNested<A> editPersistentVolumeList()
- Specified by:
editPersistentVolumeListin interfaceKubeSchemaFluent<A extends KubeSchemaFluent<A>>
-
editOrNewPersistentVolumeList
public KubeSchemaFluent.PersistentVolumeListNested<A> editOrNewPersistentVolumeList()
- Specified by:
editOrNewPersistentVolumeListin interfaceKubeSchemaFluent<A extends KubeSchemaFluent<A>>
-
editOrNewPersistentVolumeListLike
public KubeSchemaFluent.PersistentVolumeListNested<A> editOrNewPersistentVolumeListLike(PersistentVolumeList item)
- Specified by:
editOrNewPersistentVolumeListLikein interfaceKubeSchemaFluent<A extends KubeSchemaFluent<A>>
-
getPodExecOptions
@Deprecated public PodExecOptions getPodExecOptions()
Deprecated.This method has been deprecated, please use method buildPodExecOptions instead.- Specified by:
getPodExecOptionsin interfaceKubeSchemaFluent<A extends KubeSchemaFluent<A>>- Returns:
- The buildable object.
-
buildPodExecOptions
public PodExecOptions buildPodExecOptions()
- Specified by:
buildPodExecOptionsin interfaceKubeSchemaFluent<A extends KubeSchemaFluent<A>>
-
withPodExecOptions
public A withPodExecOptions(PodExecOptions podExecOptions)
- Specified by:
withPodExecOptionsin interfaceKubeSchemaFluent<A extends KubeSchemaFluent<A>>
-
hasPodExecOptions
public Boolean hasPodExecOptions()
- Specified by:
hasPodExecOptionsin interfaceKubeSchemaFluent<A extends KubeSchemaFluent<A>>
-
withNewPodExecOptions
public KubeSchemaFluent.PodExecOptionsNested<A> withNewPodExecOptions()
- Specified by:
withNewPodExecOptionsin interfaceKubeSchemaFluent<A extends KubeSchemaFluent<A>>
-
withNewPodExecOptionsLike
public KubeSchemaFluent.PodExecOptionsNested<A> withNewPodExecOptionsLike(PodExecOptions item)
- Specified by:
withNewPodExecOptionsLikein interfaceKubeSchemaFluent<A extends KubeSchemaFluent<A>>
-
editPodExecOptions
public KubeSchemaFluent.PodExecOptionsNested<A> editPodExecOptions()
- Specified by:
editPodExecOptionsin interfaceKubeSchemaFluent<A extends KubeSchemaFluent<A>>
-
editOrNewPodExecOptions
public KubeSchemaFluent.PodExecOptionsNested<A> editOrNewPodExecOptions()
- Specified by:
editOrNewPodExecOptionsin interfaceKubeSchemaFluent<A extends KubeSchemaFluent<A>>
-
editOrNewPodExecOptionsLike
public KubeSchemaFluent.PodExecOptionsNested<A> editOrNewPodExecOptionsLike(PodExecOptions item)
- Specified by:
editOrNewPodExecOptionsLikein interfaceKubeSchemaFluent<A extends KubeSchemaFluent<A>>
-
getPodList
@Deprecated public PodList getPodList()
Deprecated.This method has been deprecated, please use method buildPodList instead.- Specified by:
getPodListin interfaceKubeSchemaFluent<A extends KubeSchemaFluent<A>>- Returns:
- The buildable object.
-
buildPodList
public PodList buildPodList()
- Specified by:
buildPodListin interfaceKubeSchemaFluent<A extends KubeSchemaFluent<A>>
-
withPodList
public A withPodList(PodList podList)
- Specified by:
withPodListin interfaceKubeSchemaFluent<A extends KubeSchemaFluent<A>>
-
hasPodList
public Boolean hasPodList()
- Specified by:
hasPodListin interfaceKubeSchemaFluent<A extends KubeSchemaFluent<A>>
-
withNewPodList
public KubeSchemaFluent.PodListNested<A> withNewPodList()
- Specified by:
withNewPodListin interfaceKubeSchemaFluent<A extends KubeSchemaFluent<A>>
-
withNewPodListLike
public KubeSchemaFluent.PodListNested<A> withNewPodListLike(PodList item)
- Specified by:
withNewPodListLikein interfaceKubeSchemaFluent<A extends KubeSchemaFluent<A>>
-
editPodList
public KubeSchemaFluent.PodListNested<A> editPodList()
- Specified by:
editPodListin interfaceKubeSchemaFluent<A extends KubeSchemaFluent<A>>
-
editOrNewPodList
public KubeSchemaFluent.PodListNested<A> editOrNewPodList()
- Specified by:
editOrNewPodListin interfaceKubeSchemaFluent<A extends KubeSchemaFluent<A>>
-
editOrNewPodListLike
public KubeSchemaFluent.PodListNested<A> editOrNewPodListLike(PodList item)
- Specified by:
editOrNewPodListLikein interfaceKubeSchemaFluent<A extends KubeSchemaFluent<A>>
-
getPodTemplateList
@Deprecated public PodTemplateList getPodTemplateList()
Deprecated.This method has been deprecated, please use method buildPodTemplateList instead.- Specified by:
getPodTemplateListin interfaceKubeSchemaFluent<A extends KubeSchemaFluent<A>>- Returns:
- The buildable object.
-
buildPodTemplateList
public PodTemplateList buildPodTemplateList()
- Specified by:
buildPodTemplateListin interfaceKubeSchemaFluent<A extends KubeSchemaFluent<A>>
-
withPodTemplateList
public A withPodTemplateList(PodTemplateList podTemplateList)
- Specified by:
withPodTemplateListin interfaceKubeSchemaFluent<A extends KubeSchemaFluent<A>>
-
hasPodTemplateList
public Boolean hasPodTemplateList()
- Specified by:
hasPodTemplateListin interfaceKubeSchemaFluent<A extends KubeSchemaFluent<A>>
-
withNewPodTemplateList
public KubeSchemaFluent.PodTemplateListNested<A> withNewPodTemplateList()
- Specified by:
withNewPodTemplateListin interfaceKubeSchemaFluent<A extends KubeSchemaFluent<A>>
-
withNewPodTemplateListLike
public KubeSchemaFluent.PodTemplateListNested<A> withNewPodTemplateListLike(PodTemplateList item)
- Specified by:
withNewPodTemplateListLikein interfaceKubeSchemaFluent<A extends KubeSchemaFluent<A>>
-
editPodTemplateList
public KubeSchemaFluent.PodTemplateListNested<A> editPodTemplateList()
- Specified by:
editPodTemplateListin interfaceKubeSchemaFluent<A extends KubeSchemaFluent<A>>
-
editOrNewPodTemplateList
public KubeSchemaFluent.PodTemplateListNested<A> editOrNewPodTemplateList()
- Specified by:
editOrNewPodTemplateListin interfaceKubeSchemaFluent<A extends KubeSchemaFluent<A>>
-
editOrNewPodTemplateListLike
public KubeSchemaFluent.PodTemplateListNested<A> editOrNewPodTemplateListLike(PodTemplateList item)
- Specified by:
editOrNewPodTemplateListLikein interfaceKubeSchemaFluent<A extends KubeSchemaFluent<A>>
-
getQuantity
@Deprecated public Quantity getQuantity()
Deprecated.This method has been deprecated, please use method buildQuantity instead.- Specified by:
getQuantityin interfaceKubeSchemaFluent<A extends KubeSchemaFluent<A>>- Returns:
- The buildable object.
-
buildQuantity
public Quantity buildQuantity()
- Specified by:
buildQuantityin interfaceKubeSchemaFluent<A extends KubeSchemaFluent<A>>
-
withQuantity
public A withQuantity(Quantity quantity)
- Specified by:
withQuantityin interfaceKubeSchemaFluent<A extends KubeSchemaFluent<A>>
-
hasQuantity
public Boolean hasQuantity()
- Specified by:
hasQuantityin interfaceKubeSchemaFluent<A extends KubeSchemaFluent<A>>
-
withNewQuantity
public A withNewQuantity(String amount, String format)
- Specified by:
withNewQuantityin interfaceKubeSchemaFluent<A extends KubeSchemaFluent<A>>
-
withNewQuantity
public A withNewQuantity(String amount)
- Specified by:
withNewQuantityin interfaceKubeSchemaFluent<A extends KubeSchemaFluent<A>>
-
withNewQuantity
public KubeSchemaFluent.QuantityNested<A> withNewQuantity()
- Specified by:
withNewQuantityin interfaceKubeSchemaFluent<A extends KubeSchemaFluent<A>>
-
withNewQuantityLike
public KubeSchemaFluent.QuantityNested<A> withNewQuantityLike(Quantity item)
- Specified by:
withNewQuantityLikein interfaceKubeSchemaFluent<A extends KubeSchemaFluent<A>>
-
editQuantity
public KubeSchemaFluent.QuantityNested<A> editQuantity()
- Specified by:
editQuantityin interfaceKubeSchemaFluent<A extends KubeSchemaFluent<A>>
-
editOrNewQuantity
public KubeSchemaFluent.QuantityNested<A> editOrNewQuantity()
- Specified by:
editOrNewQuantityin interfaceKubeSchemaFluent<A extends KubeSchemaFluent<A>>
-
editOrNewQuantityLike
public KubeSchemaFluent.QuantityNested<A> editOrNewQuantityLike(Quantity item)
- Specified by:
editOrNewQuantityLikein interfaceKubeSchemaFluent<A extends KubeSchemaFluent<A>>
-
getReplicationControllerList
@Deprecated public ReplicationControllerList getReplicationControllerList()
Deprecated.This method has been deprecated, please use method buildReplicationControllerList instead.- Specified by:
getReplicationControllerListin interfaceKubeSchemaFluent<A extends KubeSchemaFluent<A>>- Returns:
- The buildable object.
-
buildReplicationControllerList
public ReplicationControllerList buildReplicationControllerList()
- Specified by:
buildReplicationControllerListin interfaceKubeSchemaFluent<A extends KubeSchemaFluent<A>>
-
withReplicationControllerList
public A withReplicationControllerList(ReplicationControllerList replicationControllerList)
- Specified by:
withReplicationControllerListin interfaceKubeSchemaFluent<A extends KubeSchemaFluent<A>>
-
hasReplicationControllerList
public Boolean hasReplicationControllerList()
- Specified by:
hasReplicationControllerListin interfaceKubeSchemaFluent<A extends KubeSchemaFluent<A>>
-
withNewReplicationControllerList
public KubeSchemaFluent.ReplicationControllerListNested<A> withNewReplicationControllerList()
- Specified by:
withNewReplicationControllerListin interfaceKubeSchemaFluent<A extends KubeSchemaFluent<A>>
-
withNewReplicationControllerListLike
public KubeSchemaFluent.ReplicationControllerListNested<A> withNewReplicationControllerListLike(ReplicationControllerList item)
- Specified by:
withNewReplicationControllerListLikein interfaceKubeSchemaFluent<A extends KubeSchemaFluent<A>>
-
editReplicationControllerList
public KubeSchemaFluent.ReplicationControllerListNested<A> editReplicationControllerList()
- Specified by:
editReplicationControllerListin interfaceKubeSchemaFluent<A extends KubeSchemaFluent<A>>
-
editOrNewReplicationControllerList
public KubeSchemaFluent.ReplicationControllerListNested<A> editOrNewReplicationControllerList()
- Specified by:
editOrNewReplicationControllerListin interfaceKubeSchemaFluent<A extends KubeSchemaFluent<A>>
-
editOrNewReplicationControllerListLike
public KubeSchemaFluent.ReplicationControllerListNested<A> editOrNewReplicationControllerListLike(ReplicationControllerList item)
- Specified by:
editOrNewReplicationControllerListLikein interfaceKubeSchemaFluent<A extends KubeSchemaFluent<A>>
-
getResourceQuota
@Deprecated public ResourceQuota getResourceQuota()
Deprecated.This method has been deprecated, please use method buildResourceQuota instead.- Specified by:
getResourceQuotain interfaceKubeSchemaFluent<A extends KubeSchemaFluent<A>>- Returns:
- The buildable object.
-
buildResourceQuota
public ResourceQuota buildResourceQuota()
- Specified by:
buildResourceQuotain interfaceKubeSchemaFluent<A extends KubeSchemaFluent<A>>
-
withResourceQuota
public A withResourceQuota(ResourceQuota resourceQuota)
- Specified by:
withResourceQuotain interfaceKubeSchemaFluent<A extends KubeSchemaFluent<A>>
-
hasResourceQuota
public Boolean hasResourceQuota()
- Specified by:
hasResourceQuotain interfaceKubeSchemaFluent<A extends KubeSchemaFluent<A>>
-
withNewResourceQuota
public KubeSchemaFluent.ResourceQuotaNested<A> withNewResourceQuota()
- Specified by:
withNewResourceQuotain interfaceKubeSchemaFluent<A extends KubeSchemaFluent<A>>
-
withNewResourceQuotaLike
public KubeSchemaFluent.ResourceQuotaNested<A> withNewResourceQuotaLike(ResourceQuota item)
- Specified by:
withNewResourceQuotaLikein interfaceKubeSchemaFluent<A extends KubeSchemaFluent<A>>
-
editResourceQuota
public KubeSchemaFluent.ResourceQuotaNested<A> editResourceQuota()
- Specified by:
editResourceQuotain interfaceKubeSchemaFluent<A extends KubeSchemaFluent<A>>
-
editOrNewResourceQuota
public KubeSchemaFluent.ResourceQuotaNested<A> editOrNewResourceQuota()
- Specified by:
editOrNewResourceQuotain interfaceKubeSchemaFluent<A extends KubeSchemaFluent<A>>
-
editOrNewResourceQuotaLike
public KubeSchemaFluent.ResourceQuotaNested<A> editOrNewResourceQuotaLike(ResourceQuota item)
- Specified by:
editOrNewResourceQuotaLikein interfaceKubeSchemaFluent<A extends KubeSchemaFluent<A>>
-
getResourceQuotaList
@Deprecated public ResourceQuotaList getResourceQuotaList()
Deprecated.This method has been deprecated, please use method buildResourceQuotaList instead.- Specified by:
getResourceQuotaListin interfaceKubeSchemaFluent<A extends KubeSchemaFluent<A>>- Returns:
- The buildable object.
-
buildResourceQuotaList
public ResourceQuotaList buildResourceQuotaList()
- Specified by:
buildResourceQuotaListin interfaceKubeSchemaFluent<A extends KubeSchemaFluent<A>>
-
withResourceQuotaList
public A withResourceQuotaList(ResourceQuotaList resourceQuotaList)
- Specified by:
withResourceQuotaListin interfaceKubeSchemaFluent<A extends KubeSchemaFluent<A>>
-
hasResourceQuotaList
public Boolean hasResourceQuotaList()
- Specified by:
hasResourceQuotaListin interfaceKubeSchemaFluent<A extends KubeSchemaFluent<A>>
-
withNewResourceQuotaList
public KubeSchemaFluent.ResourceQuotaListNested<A> withNewResourceQuotaList()
- Specified by:
withNewResourceQuotaListin interfaceKubeSchemaFluent<A extends KubeSchemaFluent<A>>
-
withNewResourceQuotaListLike
public KubeSchemaFluent.ResourceQuotaListNested<A> withNewResourceQuotaListLike(ResourceQuotaList item)
- Specified by:
withNewResourceQuotaListLikein interfaceKubeSchemaFluent<A extends KubeSchemaFluent<A>>
-
editResourceQuotaList
public KubeSchemaFluent.ResourceQuotaListNested<A> editResourceQuotaList()
- Specified by:
editResourceQuotaListin interfaceKubeSchemaFluent<A extends KubeSchemaFluent<A>>
-
editOrNewResourceQuotaList
public KubeSchemaFluent.ResourceQuotaListNested<A> editOrNewResourceQuotaList()
- Specified by:
editOrNewResourceQuotaListin interfaceKubeSchemaFluent<A extends KubeSchemaFluent<A>>
-
editOrNewResourceQuotaListLike
public KubeSchemaFluent.ResourceQuotaListNested<A> editOrNewResourceQuotaListLike(ResourceQuotaList item)
- Specified by:
editOrNewResourceQuotaListLikein interfaceKubeSchemaFluent<A extends KubeSchemaFluent<A>>
-
getRootPaths
@Deprecated public RootPaths getRootPaths()
Deprecated.This method has been deprecated, please use method buildRootPaths instead.- Specified by:
getRootPathsin interfaceKubeSchemaFluent<A extends KubeSchemaFluent<A>>- Returns:
- The buildable object.
-
buildRootPaths
public RootPaths buildRootPaths()
- Specified by:
buildRootPathsin interfaceKubeSchemaFluent<A extends KubeSchemaFluent<A>>
-
withRootPaths
public A withRootPaths(RootPaths rootPaths)
- Specified by:
withRootPathsin interfaceKubeSchemaFluent<A extends KubeSchemaFluent<A>>
-
hasRootPaths
public Boolean hasRootPaths()
- Specified by:
hasRootPathsin interfaceKubeSchemaFluent<A extends KubeSchemaFluent<A>>
-
withNewRootPaths
public KubeSchemaFluent.RootPathsNested<A> withNewRootPaths()
- Specified by:
withNewRootPathsin interfaceKubeSchemaFluent<A extends KubeSchemaFluent<A>>
-
withNewRootPathsLike
public KubeSchemaFluent.RootPathsNested<A> withNewRootPathsLike(RootPaths item)
- Specified by:
withNewRootPathsLikein interfaceKubeSchemaFluent<A extends KubeSchemaFluent<A>>
-
editRootPaths
public KubeSchemaFluent.RootPathsNested<A> editRootPaths()
- Specified by:
editRootPathsin interfaceKubeSchemaFluent<A extends KubeSchemaFluent<A>>
-
editOrNewRootPaths
public KubeSchemaFluent.RootPathsNested<A> editOrNewRootPaths()
- Specified by:
editOrNewRootPathsin interfaceKubeSchemaFluent<A extends KubeSchemaFluent<A>>
-
editOrNewRootPathsLike
public KubeSchemaFluent.RootPathsNested<A> editOrNewRootPathsLike(RootPaths item)
- Specified by:
editOrNewRootPathsLikein interfaceKubeSchemaFluent<A extends KubeSchemaFluent<A>>
-
getSecret
@Deprecated public Secret getSecret()
Deprecated.This method has been deprecated, please use method buildSecret instead.- Specified by:
getSecretin interfaceKubeSchemaFluent<A extends KubeSchemaFluent<A>>- Returns:
- The buildable object.
-
buildSecret
public Secret buildSecret()
- Specified by:
buildSecretin interfaceKubeSchemaFluent<A extends KubeSchemaFluent<A>>
-
withSecret
public A withSecret(Secret secret)
- Specified by:
withSecretin interfaceKubeSchemaFluent<A extends KubeSchemaFluent<A>>
-
hasSecret
public Boolean hasSecret()
- Specified by:
hasSecretin interfaceKubeSchemaFluent<A extends KubeSchemaFluent<A>>
-
withNewSecret
public KubeSchemaFluent.SecretNested<A> withNewSecret()
- Specified by:
withNewSecretin interfaceKubeSchemaFluent<A extends KubeSchemaFluent<A>>
-
withNewSecretLike
public KubeSchemaFluent.SecretNested<A> withNewSecretLike(Secret item)
- Specified by:
withNewSecretLikein interfaceKubeSchemaFluent<A extends KubeSchemaFluent<A>>
-
editSecret
public KubeSchemaFluent.SecretNested<A> editSecret()
- Specified by:
editSecretin interfaceKubeSchemaFluent<A extends KubeSchemaFluent<A>>
-
editOrNewSecret
public KubeSchemaFluent.SecretNested<A> editOrNewSecret()
- Specified by:
editOrNewSecretin interfaceKubeSchemaFluent<A extends KubeSchemaFluent<A>>
-
editOrNewSecretLike
public KubeSchemaFluent.SecretNested<A> editOrNewSecretLike(Secret item)
- Specified by:
editOrNewSecretLikein interfaceKubeSchemaFluent<A extends KubeSchemaFluent<A>>
-
getSecretList
@Deprecated public SecretList getSecretList()
Deprecated.This method has been deprecated, please use method buildSecretList instead.- Specified by:
getSecretListin interfaceKubeSchemaFluent<A extends KubeSchemaFluent<A>>- Returns:
- The buildable object.
-
buildSecretList
public SecretList buildSecretList()
- Specified by:
buildSecretListin interfaceKubeSchemaFluent<A extends KubeSchemaFluent<A>>
-
withSecretList
public A withSecretList(SecretList secretList)
- Specified by:
withSecretListin interfaceKubeSchemaFluent<A extends KubeSchemaFluent<A>>
-
hasSecretList
public Boolean hasSecretList()
- Specified by:
hasSecretListin interfaceKubeSchemaFluent<A extends KubeSchemaFluent<A>>
-
withNewSecretList
public KubeSchemaFluent.SecretListNested<A> withNewSecretList()
- Specified by:
withNewSecretListin interfaceKubeSchemaFluent<A extends KubeSchemaFluent<A>>
-
withNewSecretListLike
public KubeSchemaFluent.SecretListNested<A> withNewSecretListLike(SecretList item)
- Specified by:
withNewSecretListLikein interfaceKubeSchemaFluent<A extends KubeSchemaFluent<A>>
-
editSecretList
public KubeSchemaFluent.SecretListNested<A> editSecretList()
- Specified by:
editSecretListin interfaceKubeSchemaFluent<A extends KubeSchemaFluent<A>>
-
editOrNewSecretList
public KubeSchemaFluent.SecretListNested<A> editOrNewSecretList()
- Specified by:
editOrNewSecretListin interfaceKubeSchemaFluent<A extends KubeSchemaFluent<A>>
-
editOrNewSecretListLike
public KubeSchemaFluent.SecretListNested<A> editOrNewSecretListLike(SecretList item)
- Specified by:
editOrNewSecretListLikein interfaceKubeSchemaFluent<A extends KubeSchemaFluent<A>>
-
getServiceAccount
@Deprecated public ServiceAccount getServiceAccount()
Deprecated.This method has been deprecated, please use method buildServiceAccount instead.- Specified by:
getServiceAccountin interfaceKubeSchemaFluent<A extends KubeSchemaFluent<A>>- Returns:
- The buildable object.
-
buildServiceAccount
public ServiceAccount buildServiceAccount()
- Specified by:
buildServiceAccountin interfaceKubeSchemaFluent<A extends KubeSchemaFluent<A>>
-
withServiceAccount
public A withServiceAccount(ServiceAccount serviceAccount)
- Specified by:
withServiceAccountin interfaceKubeSchemaFluent<A extends KubeSchemaFluent<A>>
-
hasServiceAccount
public Boolean hasServiceAccount()
- Specified by:
hasServiceAccountin interfaceKubeSchemaFluent<A extends KubeSchemaFluent<A>>
-
withNewServiceAccount
public KubeSchemaFluent.ServiceAccountNested<A> withNewServiceAccount()
- Specified by:
withNewServiceAccountin interfaceKubeSchemaFluent<A extends KubeSchemaFluent<A>>
-
withNewServiceAccountLike
public KubeSchemaFluent.ServiceAccountNested<A> withNewServiceAccountLike(ServiceAccount item)
- Specified by:
withNewServiceAccountLikein interfaceKubeSchemaFluent<A extends KubeSchemaFluent<A>>
-
editServiceAccount
public KubeSchemaFluent.ServiceAccountNested<A> editServiceAccount()
- Specified by:
editServiceAccountin interfaceKubeSchemaFluent<A extends KubeSchemaFluent<A>>
-
editOrNewServiceAccount
public KubeSchemaFluent.ServiceAccountNested<A> editOrNewServiceAccount()
- Specified by:
editOrNewServiceAccountin interfaceKubeSchemaFluent<A extends KubeSchemaFluent<A>>
-
editOrNewServiceAccountLike
public KubeSchemaFluent.ServiceAccountNested<A> editOrNewServiceAccountLike(ServiceAccount item)
- Specified by:
editOrNewServiceAccountLikein interfaceKubeSchemaFluent<A extends KubeSchemaFluent<A>>
-
getServiceAccountList
@Deprecated public ServiceAccountList getServiceAccountList()
Deprecated.This method has been deprecated, please use method buildServiceAccountList instead.- Specified by:
getServiceAccountListin interfaceKubeSchemaFluent<A extends KubeSchemaFluent<A>>- Returns:
- The buildable object.
-
buildServiceAccountList
public ServiceAccountList buildServiceAccountList()
- Specified by:
buildServiceAccountListin interfaceKubeSchemaFluent<A extends KubeSchemaFluent<A>>
-
withServiceAccountList
public A withServiceAccountList(ServiceAccountList serviceAccountList)
- Specified by:
withServiceAccountListin interfaceKubeSchemaFluent<A extends KubeSchemaFluent<A>>
-
hasServiceAccountList
public Boolean hasServiceAccountList()
- Specified by:
hasServiceAccountListin interfaceKubeSchemaFluent<A extends KubeSchemaFluent<A>>
-
withNewServiceAccountList
public KubeSchemaFluent.ServiceAccountListNested<A> withNewServiceAccountList()
- Specified by:
withNewServiceAccountListin interfaceKubeSchemaFluent<A extends KubeSchemaFluent<A>>
-
withNewServiceAccountListLike
public KubeSchemaFluent.ServiceAccountListNested<A> withNewServiceAccountListLike(ServiceAccountList item)
- Specified by:
withNewServiceAccountListLikein interfaceKubeSchemaFluent<A extends KubeSchemaFluent<A>>
-
editServiceAccountList
public KubeSchemaFluent.ServiceAccountListNested<A> editServiceAccountList()
- Specified by:
editServiceAccountListin interfaceKubeSchemaFluent<A extends KubeSchemaFluent<A>>
-
editOrNewServiceAccountList
public KubeSchemaFluent.ServiceAccountListNested<A> editOrNewServiceAccountList()
- Specified by:
editOrNewServiceAccountListin interfaceKubeSchemaFluent<A extends KubeSchemaFluent<A>>
-
editOrNewServiceAccountListLike
public KubeSchemaFluent.ServiceAccountListNested<A> editOrNewServiceAccountListLike(ServiceAccountList item)
- Specified by:
editOrNewServiceAccountListLikein interfaceKubeSchemaFluent<A extends KubeSchemaFluent<A>>
-
getServiceList
@Deprecated public ServiceList getServiceList()
Deprecated.This method has been deprecated, please use method buildServiceList instead.- Specified by:
getServiceListin interfaceKubeSchemaFluent<A extends KubeSchemaFluent<A>>- Returns:
- The buildable object.
-
buildServiceList
public ServiceList buildServiceList()
- Specified by:
buildServiceListin interfaceKubeSchemaFluent<A extends KubeSchemaFluent<A>>
-
withServiceList
public A withServiceList(ServiceList serviceList)
- Specified by:
withServiceListin interfaceKubeSchemaFluent<A extends KubeSchemaFluent<A>>
-
hasServiceList
public Boolean hasServiceList()
- Specified by:
hasServiceListin interfaceKubeSchemaFluent<A extends KubeSchemaFluent<A>>
-
withNewServiceList
public KubeSchemaFluent.ServiceListNested<A> withNewServiceList()
- Specified by:
withNewServiceListin interfaceKubeSchemaFluent<A extends KubeSchemaFluent<A>>
-
withNewServiceListLike
public KubeSchemaFluent.ServiceListNested<A> withNewServiceListLike(ServiceList item)
- Specified by:
withNewServiceListLikein interfaceKubeSchemaFluent<A extends KubeSchemaFluent<A>>
-
editServiceList
public KubeSchemaFluent.ServiceListNested<A> editServiceList()
- Specified by:
editServiceListin interfaceKubeSchemaFluent<A extends KubeSchemaFluent<A>>
-
editOrNewServiceList
public KubeSchemaFluent.ServiceListNested<A> editOrNewServiceList()
- Specified by:
editOrNewServiceListin interfaceKubeSchemaFluent<A extends KubeSchemaFluent<A>>
-
editOrNewServiceListLike
public KubeSchemaFluent.ServiceListNested<A> editOrNewServiceListLike(ServiceList item)
- Specified by:
editOrNewServiceListLikein interfaceKubeSchemaFluent<A extends KubeSchemaFluent<A>>
-
getStatus
@Deprecated public Status getStatus()
Deprecated.This method has been deprecated, please use method buildStatus instead.- Specified by:
getStatusin interfaceKubeSchemaFluent<A extends KubeSchemaFluent<A>>- Returns:
- The buildable object.
-
buildStatus
public Status buildStatus()
- Specified by:
buildStatusin interfaceKubeSchemaFluent<A extends KubeSchemaFluent<A>>
-
withStatus
public A withStatus(Status status)
- Specified by:
withStatusin interfaceKubeSchemaFluent<A extends KubeSchemaFluent<A>>
-
hasStatus
public Boolean hasStatus()
- Specified by:
hasStatusin interfaceKubeSchemaFluent<A extends KubeSchemaFluent<A>>
-
withNewStatus
public KubeSchemaFluent.StatusNested<A> withNewStatus()
- Specified by:
withNewStatusin interfaceKubeSchemaFluent<A extends KubeSchemaFluent<A>>
-
withNewStatusLike
public KubeSchemaFluent.StatusNested<A> withNewStatusLike(Status item)
- Specified by:
withNewStatusLikein interfaceKubeSchemaFluent<A extends KubeSchemaFluent<A>>
-
editStatus
public KubeSchemaFluent.StatusNested<A> editStatus()
- Specified by:
editStatusin interfaceKubeSchemaFluent<A extends KubeSchemaFluent<A>>
-
editOrNewStatus
public KubeSchemaFluent.StatusNested<A> editOrNewStatus()
- Specified by:
editOrNewStatusin interfaceKubeSchemaFluent<A extends KubeSchemaFluent<A>>
-
editOrNewStatusLike
public KubeSchemaFluent.StatusNested<A> editOrNewStatusLike(Status item)
- Specified by:
editOrNewStatusLikein interfaceKubeSchemaFluent<A extends KubeSchemaFluent<A>>
-
getTime
public String getTime()
- Specified by:
getTimein interfaceKubeSchemaFluent<A extends KubeSchemaFluent<A>>
-
withTime
public A withTime(String time)
- Specified by:
withTimein interfaceKubeSchemaFluent<A extends KubeSchemaFluent<A>>
-
hasTime
public Boolean hasTime()
- Specified by:
hasTimein interfaceKubeSchemaFluent<A extends KubeSchemaFluent<A>>
-
withNewTime
public A withNewTime(String arg1)
- Specified by:
withNewTimein interfaceKubeSchemaFluent<A extends KubeSchemaFluent<A>>
-
withNewTime
public A withNewTime(StringBuilder arg1)
- Specified by:
withNewTimein interfaceKubeSchemaFluent<A extends KubeSchemaFluent<A>>
-
withNewTime
public A withNewTime(StringBuffer arg1)
- Specified by:
withNewTimein interfaceKubeSchemaFluent<A extends KubeSchemaFluent<A>>
-
getToleration
@Deprecated public Toleration getToleration()
Deprecated.This method has been deprecated, please use method buildToleration instead.- Specified by:
getTolerationin interfaceKubeSchemaFluent<A extends KubeSchemaFluent<A>>- Returns:
- The buildable object.
-
buildToleration
public Toleration buildToleration()
- Specified by:
buildTolerationin interfaceKubeSchemaFluent<A extends KubeSchemaFluent<A>>
-
withToleration
public A withToleration(Toleration toleration)
- Specified by:
withTolerationin interfaceKubeSchemaFluent<A extends KubeSchemaFluent<A>>
-
hasToleration
public Boolean hasToleration()
- Specified by:
hasTolerationin interfaceKubeSchemaFluent<A extends KubeSchemaFluent<A>>
-
withNewToleration
public A withNewToleration(String effect, String key, String operator, Long tolerationSeconds, String value)
- Specified by:
withNewTolerationin interfaceKubeSchemaFluent<A extends KubeSchemaFluent<A>>
-
withNewToleration
public KubeSchemaFluent.TolerationNested<A> withNewToleration()
- Specified by:
withNewTolerationin interfaceKubeSchemaFluent<A extends KubeSchemaFluent<A>>
-
withNewTolerationLike
public KubeSchemaFluent.TolerationNested<A> withNewTolerationLike(Toleration item)
- Specified by:
withNewTolerationLikein interfaceKubeSchemaFluent<A extends KubeSchemaFluent<A>>
-
editToleration
public KubeSchemaFluent.TolerationNested<A> editToleration()
- Specified by:
editTolerationin interfaceKubeSchemaFluent<A extends KubeSchemaFluent<A>>
-
editOrNewToleration
public KubeSchemaFluent.TolerationNested<A> editOrNewToleration()
- Specified by:
editOrNewTolerationin interfaceKubeSchemaFluent<A extends KubeSchemaFluent<A>>
-
editOrNewTolerationLike
public KubeSchemaFluent.TolerationNested<A> editOrNewTolerationLike(Toleration item)
- Specified by:
editOrNewTolerationLikein interfaceKubeSchemaFluent<A extends KubeSchemaFluent<A>>
-
getTopologySelectorTerm
@Deprecated public TopologySelectorTerm getTopologySelectorTerm()
Deprecated.This method has been deprecated, please use method buildTopologySelectorTerm instead.- Specified by:
getTopologySelectorTermin interfaceKubeSchemaFluent<A extends KubeSchemaFluent<A>>- Returns:
- The buildable object.
-
buildTopologySelectorTerm
public TopologySelectorTerm buildTopologySelectorTerm()
- Specified by:
buildTopologySelectorTermin interfaceKubeSchemaFluent<A extends KubeSchemaFluent<A>>
-
withTopologySelectorTerm
public A withTopologySelectorTerm(TopologySelectorTerm topologySelectorTerm)
- Specified by:
withTopologySelectorTermin interfaceKubeSchemaFluent<A extends KubeSchemaFluent<A>>
-
hasTopologySelectorTerm
public Boolean hasTopologySelectorTerm()
- Specified by:
hasTopologySelectorTermin interfaceKubeSchemaFluent<A extends KubeSchemaFluent<A>>
-
withNewTopologySelectorTerm
public KubeSchemaFluent.TopologySelectorTermNested<A> withNewTopologySelectorTerm()
- Specified by:
withNewTopologySelectorTermin interfaceKubeSchemaFluent<A extends KubeSchemaFluent<A>>
-
withNewTopologySelectorTermLike
public KubeSchemaFluent.TopologySelectorTermNested<A> withNewTopologySelectorTermLike(TopologySelectorTerm item)
- Specified by:
withNewTopologySelectorTermLikein interfaceKubeSchemaFluent<A extends KubeSchemaFluent<A>>
-
editTopologySelectorTerm
public KubeSchemaFluent.TopologySelectorTermNested<A> editTopologySelectorTerm()
- Specified by:
editTopologySelectorTermin interfaceKubeSchemaFluent<A extends KubeSchemaFluent<A>>
-
editOrNewTopologySelectorTerm
public KubeSchemaFluent.TopologySelectorTermNested<A> editOrNewTopologySelectorTerm()
- Specified by:
editOrNewTopologySelectorTermin interfaceKubeSchemaFluent<A extends KubeSchemaFluent<A>>
-
editOrNewTopologySelectorTermLike
public KubeSchemaFluent.TopologySelectorTermNested<A> editOrNewTopologySelectorTermLike(TopologySelectorTerm item)
- Specified by:
editOrNewTopologySelectorTermLikein interfaceKubeSchemaFluent<A extends KubeSchemaFluent<A>>
-
getTypeMeta
@Deprecated public TypeMeta getTypeMeta()
Deprecated.This method has been deprecated, please use method buildTypeMeta instead.- Specified by:
getTypeMetain interfaceKubeSchemaFluent<A extends KubeSchemaFluent<A>>- Returns:
- The buildable object.
-
buildTypeMeta
public TypeMeta buildTypeMeta()
- Specified by:
buildTypeMetain interfaceKubeSchemaFluent<A extends KubeSchemaFluent<A>>
-
withTypeMeta
public A withTypeMeta(TypeMeta typeMeta)
- Specified by:
withTypeMetain interfaceKubeSchemaFluent<A extends KubeSchemaFluent<A>>
-
hasTypeMeta
public Boolean hasTypeMeta()
- Specified by:
hasTypeMetain interfaceKubeSchemaFluent<A extends KubeSchemaFluent<A>>
-
withNewTypeMeta
public A withNewTypeMeta(String apiVersion, String kind)
- Specified by:
withNewTypeMetain interfaceKubeSchemaFluent<A extends KubeSchemaFluent<A>>
-
withNewTypeMeta
public KubeSchemaFluent.TypeMetaNested<A> withNewTypeMeta()
- Specified by:
withNewTypeMetain interfaceKubeSchemaFluent<A extends KubeSchemaFluent<A>>
-
withNewTypeMetaLike
public KubeSchemaFluent.TypeMetaNested<A> withNewTypeMetaLike(TypeMeta item)
- Specified by:
withNewTypeMetaLikein interfaceKubeSchemaFluent<A extends KubeSchemaFluent<A>>
-
editTypeMeta
public KubeSchemaFluent.TypeMetaNested<A> editTypeMeta()
- Specified by:
editTypeMetain interfaceKubeSchemaFluent<A extends KubeSchemaFluent<A>>
-
editOrNewTypeMeta
public KubeSchemaFluent.TypeMetaNested<A> editOrNewTypeMeta()
- Specified by:
editOrNewTypeMetain interfaceKubeSchemaFluent<A extends KubeSchemaFluent<A>>
-
editOrNewTypeMetaLike
public KubeSchemaFluent.TypeMetaNested<A> editOrNewTypeMetaLike(TypeMeta item)
- Specified by:
editOrNewTypeMetaLikein interfaceKubeSchemaFluent<A extends KubeSchemaFluent<A>>
-
getUpdateOptions
@Deprecated public UpdateOptions getUpdateOptions()
Deprecated.This method has been deprecated, please use method buildUpdateOptions instead.- Specified by:
getUpdateOptionsin interfaceKubeSchemaFluent<A extends KubeSchemaFluent<A>>- Returns:
- The buildable object.
-
buildUpdateOptions
public UpdateOptions buildUpdateOptions()
- Specified by:
buildUpdateOptionsin interfaceKubeSchemaFluent<A extends KubeSchemaFluent<A>>
-
withUpdateOptions
public A withUpdateOptions(UpdateOptions updateOptions)
- Specified by:
withUpdateOptionsin interfaceKubeSchemaFluent<A extends KubeSchemaFluent<A>>
-
hasUpdateOptions
public Boolean hasUpdateOptions()
- Specified by:
hasUpdateOptionsin interfaceKubeSchemaFluent<A extends KubeSchemaFluent<A>>
-
withNewUpdateOptions
public KubeSchemaFluent.UpdateOptionsNested<A> withNewUpdateOptions()
- Specified by:
withNewUpdateOptionsin interfaceKubeSchemaFluent<A extends KubeSchemaFluent<A>>
-
withNewUpdateOptionsLike
public KubeSchemaFluent.UpdateOptionsNested<A> withNewUpdateOptionsLike(UpdateOptions item)
- Specified by:
withNewUpdateOptionsLikein interfaceKubeSchemaFluent<A extends KubeSchemaFluent<A>>
-
editUpdateOptions
public KubeSchemaFluent.UpdateOptionsNested<A> editUpdateOptions()
- Specified by:
editUpdateOptionsin interfaceKubeSchemaFluent<A extends KubeSchemaFluent<A>>
-
editOrNewUpdateOptions
public KubeSchemaFluent.UpdateOptionsNested<A> editOrNewUpdateOptions()
- Specified by:
editOrNewUpdateOptionsin interfaceKubeSchemaFluent<A extends KubeSchemaFluent<A>>
-
editOrNewUpdateOptionsLike
public KubeSchemaFluent.UpdateOptionsNested<A> editOrNewUpdateOptionsLike(UpdateOptions item)
- Specified by:
editOrNewUpdateOptionsLikein interfaceKubeSchemaFluent<A extends KubeSchemaFluent<A>>
-
getWatchEvent
@Deprecated public WatchEvent getWatchEvent()
Deprecated.This method has been deprecated, please use method buildWatchEvent instead.- Specified by:
getWatchEventin interfaceKubeSchemaFluent<A extends KubeSchemaFluent<A>>- Returns:
- The buildable object.
-
buildWatchEvent
public WatchEvent buildWatchEvent()
- Specified by:
buildWatchEventin interfaceKubeSchemaFluent<A extends KubeSchemaFluent<A>>
-
withWatchEvent
public A withWatchEvent(WatchEvent watchEvent)
- Specified by:
withWatchEventin interfaceKubeSchemaFluent<A extends KubeSchemaFluent<A>>
-
hasWatchEvent
public Boolean hasWatchEvent()
- Specified by:
hasWatchEventin interfaceKubeSchemaFluent<A extends KubeSchemaFluent<A>>
-
withNewWatchEvent
public KubeSchemaFluent.WatchEventNested<A> withNewWatchEvent()
- Specified by:
withNewWatchEventin interfaceKubeSchemaFluent<A extends KubeSchemaFluent<A>>
-
withNewWatchEventLike
public KubeSchemaFluent.WatchEventNested<A> withNewWatchEventLike(WatchEvent item)
- Specified by:
withNewWatchEventLikein interfaceKubeSchemaFluent<A extends KubeSchemaFluent<A>>
-
editWatchEvent
public KubeSchemaFluent.WatchEventNested<A> editWatchEvent()
- Specified by:
editWatchEventin interfaceKubeSchemaFluent<A extends KubeSchemaFluent<A>>
-
editOrNewWatchEvent
public KubeSchemaFluent.WatchEventNested<A> editOrNewWatchEvent()
- Specified by:
editOrNewWatchEventin interfaceKubeSchemaFluent<A extends KubeSchemaFluent<A>>
-
editOrNewWatchEventLike
public KubeSchemaFluent.WatchEventNested<A> editOrNewWatchEventLike(WatchEvent item)
- Specified by:
editOrNewWatchEventLikein interfaceKubeSchemaFluent<A extends KubeSchemaFluent<A>>
-
-