Package io.fabric8.kubernetes.api.model
Interface KubeSchemaFluent<A extends KubeSchemaFluent<A>>
-
- All Superinterfaces:
Fluent<A>
- All Known Implementing Classes:
KubeSchemaBuilder,KubeSchemaFluentImpl
public interface KubeSchemaFluent<A extends KubeSchemaFluent<A>> extends Fluent<A>
-
-
Nested Class Summary
-
Method Summary
-
-
-
Method Detail
-
getAPIGroup
@Deprecated APIGroup getAPIGroup()
Deprecated.This method has been deprecated, please use method buildAPIGroup instead.- Returns:
- The buildable object.
-
buildAPIGroup
APIGroup buildAPIGroup()
-
hasAPIGroup
Boolean hasAPIGroup()
-
withNewAPIGroup
KubeSchemaFluent.APIGroupNested<A> withNewAPIGroup()
-
withNewAPIGroupLike
KubeSchemaFluent.APIGroupNested<A> withNewAPIGroupLike(APIGroup item)
-
editAPIGroup
KubeSchemaFluent.APIGroupNested<A> editAPIGroup()
-
editOrNewAPIGroup
KubeSchemaFluent.APIGroupNested<A> editOrNewAPIGroup()
-
editOrNewAPIGroupLike
KubeSchemaFluent.APIGroupNested<A> editOrNewAPIGroupLike(APIGroup item)
-
getAPIGroupList
@Deprecated APIGroupList getAPIGroupList()
Deprecated.This method has been deprecated, please use method buildAPIGroupList instead.- Returns:
- The buildable object.
-
buildAPIGroupList
APIGroupList buildAPIGroupList()
-
withAPIGroupList
A withAPIGroupList(APIGroupList aPIGroupList)
-
hasAPIGroupList
Boolean hasAPIGroupList()
-
withNewAPIGroupList
KubeSchemaFluent.APIGroupListNested<A> withNewAPIGroupList()
-
withNewAPIGroupListLike
KubeSchemaFluent.APIGroupListNested<A> withNewAPIGroupListLike(APIGroupList item)
-
editAPIGroupList
KubeSchemaFluent.APIGroupListNested<A> editAPIGroupList()
-
editOrNewAPIGroupList
KubeSchemaFluent.APIGroupListNested<A> editOrNewAPIGroupList()
-
editOrNewAPIGroupListLike
KubeSchemaFluent.APIGroupListNested<A> editOrNewAPIGroupListLike(APIGroupList item)
-
getAPIService
@Deprecated APIService getAPIService()
Deprecated.This method has been deprecated, please use method buildAPIService instead.- Returns:
- The buildable object.
-
buildAPIService
APIService buildAPIService()
-
withAPIService
A withAPIService(APIService aPIService)
-
hasAPIService
Boolean hasAPIService()
-
withNewAPIService
KubeSchemaFluent.APIServiceNested<A> withNewAPIService()
-
withNewAPIServiceLike
KubeSchemaFluent.APIServiceNested<A> withNewAPIServiceLike(APIService item)
-
editAPIService
KubeSchemaFluent.APIServiceNested<A> editAPIService()
-
editOrNewAPIService
KubeSchemaFluent.APIServiceNested<A> editOrNewAPIService()
-
editOrNewAPIServiceLike
KubeSchemaFluent.APIServiceNested<A> editOrNewAPIServiceLike(APIService item)
-
getAPIServiceList
@Deprecated APIServiceList getAPIServiceList()
Deprecated.This method has been deprecated, please use method buildAPIServiceList instead.- Returns:
- The buildable object.
-
buildAPIServiceList
APIServiceList buildAPIServiceList()
-
withAPIServiceList
A withAPIServiceList(APIServiceList aPIServiceList)
-
hasAPIServiceList
Boolean hasAPIServiceList()
-
withNewAPIServiceList
KubeSchemaFluent.APIServiceListNested<A> withNewAPIServiceList()
-
withNewAPIServiceListLike
KubeSchemaFluent.APIServiceListNested<A> withNewAPIServiceListLike(APIServiceList item)
-
editAPIServiceList
KubeSchemaFluent.APIServiceListNested<A> editAPIServiceList()
-
editOrNewAPIServiceList
KubeSchemaFluent.APIServiceListNested<A> editOrNewAPIServiceList()
-
editOrNewAPIServiceListLike
KubeSchemaFluent.APIServiceListNested<A> editOrNewAPIServiceListLike(APIServiceList item)
-
getBaseKubernetesList
@Deprecated BaseKubernetesList getBaseKubernetesList()
Deprecated.This method has been deprecated, please use method buildBaseKubernetesList instead.- Returns:
- The buildable object.
-
buildBaseKubernetesList
BaseKubernetesList buildBaseKubernetesList()
-
withBaseKubernetesList
A withBaseKubernetesList(BaseKubernetesList baseKubernetesList)
-
hasBaseKubernetesList
Boolean hasBaseKubernetesList()
-
withNewBaseKubernetesList
KubeSchemaFluent.BaseKubernetesListNested<A> withNewBaseKubernetesList()
-
withNewBaseKubernetesListLike
KubeSchemaFluent.BaseKubernetesListNested<A> withNewBaseKubernetesListLike(BaseKubernetesList item)
-
editBaseKubernetesList
KubeSchemaFluent.BaseKubernetesListNested<A> editBaseKubernetesList()
-
editOrNewBaseKubernetesList
KubeSchemaFluent.BaseKubernetesListNested<A> editOrNewBaseKubernetesList()
-
editOrNewBaseKubernetesListLike
KubeSchemaFluent.BaseKubernetesListNested<A> editOrNewBaseKubernetesListLike(BaseKubernetesList item)
-
getBinding
@Deprecated Binding getBinding()
Deprecated.This method has been deprecated, please use method buildBinding instead.- Returns:
- The buildable object.
-
buildBinding
Binding buildBinding()
-
hasBinding
Boolean hasBinding()
-
withNewBinding
KubeSchemaFluent.BindingNested<A> withNewBinding()
-
withNewBindingLike
KubeSchemaFluent.BindingNested<A> withNewBindingLike(Binding item)
-
editBinding
KubeSchemaFluent.BindingNested<A> editBinding()
-
editOrNewBinding
KubeSchemaFluent.BindingNested<A> editOrNewBinding()
-
editOrNewBindingLike
KubeSchemaFluent.BindingNested<A> editOrNewBindingLike(Binding item)
-
getComponentStatus
@Deprecated ComponentStatus getComponentStatus()
Deprecated.This method has been deprecated, please use method buildComponentStatus instead.- Returns:
- The buildable object.
-
buildComponentStatus
ComponentStatus buildComponentStatus()
-
withComponentStatus
A withComponentStatus(ComponentStatus componentStatus)
-
hasComponentStatus
Boolean hasComponentStatus()
-
withNewComponentStatus
KubeSchemaFluent.ComponentStatusNested<A> withNewComponentStatus()
-
withNewComponentStatusLike
KubeSchemaFluent.ComponentStatusNested<A> withNewComponentStatusLike(ComponentStatus item)
-
editComponentStatus
KubeSchemaFluent.ComponentStatusNested<A> editComponentStatus()
-
editOrNewComponentStatus
KubeSchemaFluent.ComponentStatusNested<A> editOrNewComponentStatus()
-
editOrNewComponentStatusLike
KubeSchemaFluent.ComponentStatusNested<A> editOrNewComponentStatusLike(ComponentStatus item)
-
getComponentStatusList
@Deprecated ComponentStatusList getComponentStatusList()
Deprecated.This method has been deprecated, please use method buildComponentStatusList instead.- Returns:
- The buildable object.
-
buildComponentStatusList
ComponentStatusList buildComponentStatusList()
-
withComponentStatusList
A withComponentStatusList(ComponentStatusList componentStatusList)
-
hasComponentStatusList
Boolean hasComponentStatusList()
-
withNewComponentStatusList
KubeSchemaFluent.ComponentStatusListNested<A> withNewComponentStatusList()
-
withNewComponentStatusListLike
KubeSchemaFluent.ComponentStatusListNested<A> withNewComponentStatusListLike(ComponentStatusList item)
-
editComponentStatusList
KubeSchemaFluent.ComponentStatusListNested<A> editComponentStatusList()
-
editOrNewComponentStatusList
KubeSchemaFluent.ComponentStatusListNested<A> editOrNewComponentStatusList()
-
editOrNewComponentStatusListLike
KubeSchemaFluent.ComponentStatusListNested<A> editOrNewComponentStatusListLike(ComponentStatusList item)
-
getCondition
@Deprecated Condition getCondition()
Deprecated.This method has been deprecated, please use method buildCondition instead.- Returns:
- The buildable object.
-
buildCondition
Condition buildCondition()
-
hasCondition
Boolean hasCondition()
-
withNewCondition
KubeSchemaFluent.ConditionNested<A> withNewCondition()
-
withNewConditionLike
KubeSchemaFluent.ConditionNested<A> withNewConditionLike(Condition item)
-
editCondition
KubeSchemaFluent.ConditionNested<A> editCondition()
-
editOrNewCondition
KubeSchemaFluent.ConditionNested<A> editOrNewCondition()
-
editOrNewConditionLike
KubeSchemaFluent.ConditionNested<A> editOrNewConditionLike(Condition item)
-
getConfig
@Deprecated Config getConfig()
Deprecated.This method has been deprecated, please use method buildConfig instead.- Returns:
- The buildable object.
-
buildConfig
Config buildConfig()
-
hasConfig
Boolean hasConfig()
-
withNewConfig
KubeSchemaFluent.ConfigNested<A> withNewConfig()
-
withNewConfigLike
KubeSchemaFluent.ConfigNested<A> withNewConfigLike(Config item)
-
editConfig
KubeSchemaFluent.ConfigNested<A> editConfig()
-
editOrNewConfig
KubeSchemaFluent.ConfigNested<A> editOrNewConfig()
-
editOrNewConfigLike
KubeSchemaFluent.ConfigNested<A> editOrNewConfigLike(Config item)
-
getConfigMap
@Deprecated ConfigMap getConfigMap()
Deprecated.This method has been deprecated, please use method buildConfigMap instead.- Returns:
- The buildable object.
-
buildConfigMap
ConfigMap buildConfigMap()
-
hasConfigMap
Boolean hasConfigMap()
-
withNewConfigMap
KubeSchemaFluent.ConfigMapNested<A> withNewConfigMap()
-
withNewConfigMapLike
KubeSchemaFluent.ConfigMapNested<A> withNewConfigMapLike(ConfigMap item)
-
editConfigMap
KubeSchemaFluent.ConfigMapNested<A> editConfigMap()
-
editOrNewConfigMap
KubeSchemaFluent.ConfigMapNested<A> editOrNewConfigMap()
-
editOrNewConfigMapLike
KubeSchemaFluent.ConfigMapNested<A> editOrNewConfigMapLike(ConfigMap item)
-
getConfigMapList
@Deprecated ConfigMapList getConfigMapList()
Deprecated.This method has been deprecated, please use method buildConfigMapList instead.- Returns:
- The buildable object.
-
buildConfigMapList
ConfigMapList buildConfigMapList()
-
withConfigMapList
A withConfigMapList(ConfigMapList configMapList)
-
hasConfigMapList
Boolean hasConfigMapList()
-
withNewConfigMapList
KubeSchemaFluent.ConfigMapListNested<A> withNewConfigMapList()
-
withNewConfigMapListLike
KubeSchemaFluent.ConfigMapListNested<A> withNewConfigMapListLike(ConfigMapList item)
-
editConfigMapList
KubeSchemaFluent.ConfigMapListNested<A> editConfigMapList()
-
editOrNewConfigMapList
KubeSchemaFluent.ConfigMapListNested<A> editOrNewConfigMapList()
-
editOrNewConfigMapListLike
KubeSchemaFluent.ConfigMapListNested<A> editOrNewConfigMapListLike(ConfigMapList item)
-
getContainerStatus
@Deprecated ContainerStatus getContainerStatus()
Deprecated.This method has been deprecated, please use method buildContainerStatus instead.- Returns:
- The buildable object.
-
buildContainerStatus
ContainerStatus buildContainerStatus()
-
withContainerStatus
A withContainerStatus(ContainerStatus containerStatus)
-
hasContainerStatus
Boolean hasContainerStatus()
-
withNewContainerStatus
KubeSchemaFluent.ContainerStatusNested<A> withNewContainerStatus()
-
withNewContainerStatusLike
KubeSchemaFluent.ContainerStatusNested<A> withNewContainerStatusLike(ContainerStatus item)
-
editContainerStatus
KubeSchemaFluent.ContainerStatusNested<A> editContainerStatus()
-
editOrNewContainerStatus
KubeSchemaFluent.ContainerStatusNested<A> editOrNewContainerStatus()
-
editOrNewContainerStatusLike
KubeSchemaFluent.ContainerStatusNested<A> editOrNewContainerStatusLike(ContainerStatus item)
-
getCreateOptions
@Deprecated CreateOptions getCreateOptions()
Deprecated.This method has been deprecated, please use method buildCreateOptions instead.- Returns:
- The buildable object.
-
buildCreateOptions
CreateOptions buildCreateOptions()
-
withCreateOptions
A withCreateOptions(CreateOptions createOptions)
-
hasCreateOptions
Boolean hasCreateOptions()
-
withNewCreateOptions
KubeSchemaFluent.CreateOptionsNested<A> withNewCreateOptions()
-
withNewCreateOptionsLike
KubeSchemaFluent.CreateOptionsNested<A> withNewCreateOptionsLike(CreateOptions item)
-
editCreateOptions
KubeSchemaFluent.CreateOptionsNested<A> editCreateOptions()
-
editOrNewCreateOptions
KubeSchemaFluent.CreateOptionsNested<A> editOrNewCreateOptions()
-
editOrNewCreateOptionsLike
KubeSchemaFluent.CreateOptionsNested<A> editOrNewCreateOptionsLike(CreateOptions item)
-
getDeleteOptions
@Deprecated DeleteOptions getDeleteOptions()
Deprecated.This method has been deprecated, please use method buildDeleteOptions instead.- Returns:
- The buildable object.
-
buildDeleteOptions
DeleteOptions buildDeleteOptions()
-
withDeleteOptions
A withDeleteOptions(DeleteOptions deleteOptions)
-
hasDeleteOptions
Boolean hasDeleteOptions()
-
withNewDeleteOptions
KubeSchemaFluent.DeleteOptionsNested<A> withNewDeleteOptions()
-
withNewDeleteOptionsLike
KubeSchemaFluent.DeleteOptionsNested<A> withNewDeleteOptionsLike(DeleteOptions item)
-
editDeleteOptions
KubeSchemaFluent.DeleteOptionsNested<A> editDeleteOptions()
-
editOrNewDeleteOptions
KubeSchemaFluent.DeleteOptionsNested<A> editOrNewDeleteOptions()
-
editOrNewDeleteOptionsLike
KubeSchemaFluent.DeleteOptionsNested<A> editOrNewDeleteOptionsLike(DeleteOptions item)
-
getEndpointPort
@Deprecated EndpointPort getEndpointPort()
Deprecated.This method has been deprecated, please use method buildEndpointPort instead.- Returns:
- The buildable object.
-
buildEndpointPort
EndpointPort buildEndpointPort()
-
withEndpointPort
A withEndpointPort(EndpointPort endpointPort)
-
hasEndpointPort
Boolean hasEndpointPort()
-
withNewEndpointPort
A withNewEndpointPort(String appProtocol, String name, Integer port, String protocol)
-
withNewEndpointPort
KubeSchemaFluent.EndpointPortNested<A> withNewEndpointPort()
-
withNewEndpointPortLike
KubeSchemaFluent.EndpointPortNested<A> withNewEndpointPortLike(EndpointPort item)
-
editEndpointPort
KubeSchemaFluent.EndpointPortNested<A> editEndpointPort()
-
editOrNewEndpointPort
KubeSchemaFluent.EndpointPortNested<A> editOrNewEndpointPort()
-
editOrNewEndpointPortLike
KubeSchemaFluent.EndpointPortNested<A> editOrNewEndpointPortLike(EndpointPort item)
-
getEndpoints
@Deprecated Endpoints getEndpoints()
Deprecated.This method has been deprecated, please use method buildEndpoints instead.- Returns:
- The buildable object.
-
buildEndpoints
Endpoints buildEndpoints()
-
hasEndpoints
Boolean hasEndpoints()
-
withNewEndpoints
KubeSchemaFluent.EndpointsNested<A> withNewEndpoints()
-
withNewEndpointsLike
KubeSchemaFluent.EndpointsNested<A> withNewEndpointsLike(Endpoints item)
-
editEndpoints
KubeSchemaFluent.EndpointsNested<A> editEndpoints()
-
editOrNewEndpoints
KubeSchemaFluent.EndpointsNested<A> editOrNewEndpoints()
-
editOrNewEndpointsLike
KubeSchemaFluent.EndpointsNested<A> editOrNewEndpointsLike(Endpoints item)
-
getEndpointsList
@Deprecated EndpointsList getEndpointsList()
Deprecated.This method has been deprecated, please use method buildEndpointsList instead.- Returns:
- The buildable object.
-
buildEndpointsList
EndpointsList buildEndpointsList()
-
withEndpointsList
A withEndpointsList(EndpointsList endpointsList)
-
hasEndpointsList
Boolean hasEndpointsList()
-
withNewEndpointsList
KubeSchemaFluent.EndpointsListNested<A> withNewEndpointsList()
-
withNewEndpointsListLike
KubeSchemaFluent.EndpointsListNested<A> withNewEndpointsListLike(EndpointsList item)
-
editEndpointsList
KubeSchemaFluent.EndpointsListNested<A> editEndpointsList()
-
editOrNewEndpointsList
KubeSchemaFluent.EndpointsListNested<A> editOrNewEndpointsList()
-
editOrNewEndpointsListLike
KubeSchemaFluent.EndpointsListNested<A> editOrNewEndpointsListLike(EndpointsList item)
-
getEnvVar
@Deprecated EnvVar getEnvVar()
Deprecated.This method has been deprecated, please use method buildEnvVar instead.- Returns:
- The buildable object.
-
buildEnvVar
EnvVar buildEnvVar()
-
hasEnvVar
Boolean hasEnvVar()
-
withNewEnvVar
KubeSchemaFluent.EnvVarNested<A> withNewEnvVar()
-
withNewEnvVarLike
KubeSchemaFluent.EnvVarNested<A> withNewEnvVarLike(EnvVar item)
-
editEnvVar
KubeSchemaFluent.EnvVarNested<A> editEnvVar()
-
editOrNewEnvVar
KubeSchemaFluent.EnvVarNested<A> editOrNewEnvVar()
-
editOrNewEnvVarLike
KubeSchemaFluent.EnvVarNested<A> editOrNewEnvVarLike(EnvVar item)
-
getEvent
@Deprecated Event getEvent()
Deprecated.This method has been deprecated, please use method buildEvent instead.- Returns:
- The buildable object.
-
buildEvent
Event buildEvent()
-
hasEvent
Boolean hasEvent()
-
withNewEvent
KubeSchemaFluent.EventNested<A> withNewEvent()
-
withNewEventLike
KubeSchemaFluent.EventNested<A> withNewEventLike(Event item)
-
editEvent
KubeSchemaFluent.EventNested<A> editEvent()
-
editOrNewEvent
KubeSchemaFluent.EventNested<A> editOrNewEvent()
-
editOrNewEventLike
KubeSchemaFluent.EventNested<A> editOrNewEventLike(Event item)
-
getEventList
@Deprecated EventList getEventList()
Deprecated.This method has been deprecated, please use method buildEventList instead.- Returns:
- The buildable object.
-
buildEventList
EventList buildEventList()
-
hasEventList
Boolean hasEventList()
-
withNewEventList
KubeSchemaFluent.EventListNested<A> withNewEventList()
-
withNewEventListLike
KubeSchemaFluent.EventListNested<A> withNewEventListLike(EventList item)
-
editEventList
KubeSchemaFluent.EventListNested<A> editEventList()
-
editOrNewEventList
KubeSchemaFluent.EventListNested<A> editOrNewEventList()
-
editOrNewEventListLike
KubeSchemaFluent.EventListNested<A> editOrNewEventListLike(EventList item)
-
getEventSeries
@Deprecated EventSeries getEventSeries()
Deprecated.This method has been deprecated, please use method buildEventSeries instead.- Returns:
- The buildable object.
-
buildEventSeries
EventSeries buildEventSeries()
-
withEventSeries
A withEventSeries(EventSeries eventSeries)
-
hasEventSeries
Boolean hasEventSeries()
-
withNewEventSeries
KubeSchemaFluent.EventSeriesNested<A> withNewEventSeries()
-
withNewEventSeriesLike
KubeSchemaFluent.EventSeriesNested<A> withNewEventSeriesLike(EventSeries item)
-
editEventSeries
KubeSchemaFluent.EventSeriesNested<A> editEventSeries()
-
editOrNewEventSeries
KubeSchemaFluent.EventSeriesNested<A> editOrNewEventSeries()
-
editOrNewEventSeriesLike
KubeSchemaFluent.EventSeriesNested<A> editOrNewEventSeriesLike(EventSeries item)
-
getEventSource
@Deprecated EventSource getEventSource()
Deprecated.This method has been deprecated, please use method buildEventSource instead.- Returns:
- The buildable object.
-
buildEventSource
EventSource buildEventSource()
-
withEventSource
A withEventSource(EventSource eventSource)
-
hasEventSource
Boolean hasEventSource()
-
withNewEventSource
KubeSchemaFluent.EventSourceNested<A> withNewEventSource()
-
withNewEventSourceLike
KubeSchemaFluent.EventSourceNested<A> withNewEventSourceLike(EventSource item)
-
editEventSource
KubeSchemaFluent.EventSourceNested<A> editEventSource()
-
editOrNewEventSource
KubeSchemaFluent.EventSourceNested<A> editOrNewEventSource()
-
editOrNewEventSourceLike
KubeSchemaFluent.EventSourceNested<A> editOrNewEventSourceLike(EventSource item)
-
getGetOptions
@Deprecated GetOptions getGetOptions()
Deprecated.This method has been deprecated, please use method buildGetOptions instead.- Returns:
- The buildable object.
-
buildGetOptions
GetOptions buildGetOptions()
-
withGetOptions
A withGetOptions(GetOptions getOptions)
-
hasGetOptions
Boolean hasGetOptions()
-
withNewGetOptions
KubeSchemaFluent.GetOptionsNested<A> withNewGetOptions()
-
withNewGetOptionsLike
KubeSchemaFluent.GetOptionsNested<A> withNewGetOptionsLike(GetOptions item)
-
editGetOptions
KubeSchemaFluent.GetOptionsNested<A> editGetOptions()
-
editOrNewGetOptions
KubeSchemaFluent.GetOptionsNested<A> editOrNewGetOptions()
-
editOrNewGetOptionsLike
KubeSchemaFluent.GetOptionsNested<A> editOrNewGetOptionsLike(GetOptions item)
-
getGroupVersionKind
@Deprecated GroupVersionKind getGroupVersionKind()
Deprecated.This method has been deprecated, please use method buildGroupVersionKind instead.- Returns:
- The buildable object.
-
buildGroupVersionKind
GroupVersionKind buildGroupVersionKind()
-
withGroupVersionKind
A withGroupVersionKind(GroupVersionKind groupVersionKind)
-
hasGroupVersionKind
Boolean hasGroupVersionKind()
-
withNewGroupVersionKind
KubeSchemaFluent.GroupVersionKindNested<A> withNewGroupVersionKind()
-
withNewGroupVersionKindLike
KubeSchemaFluent.GroupVersionKindNested<A> withNewGroupVersionKindLike(GroupVersionKind item)
-
editGroupVersionKind
KubeSchemaFluent.GroupVersionKindNested<A> editGroupVersionKind()
-
editOrNewGroupVersionKind
KubeSchemaFluent.GroupVersionKindNested<A> editOrNewGroupVersionKind()
-
editOrNewGroupVersionKindLike
KubeSchemaFluent.GroupVersionKindNested<A> editOrNewGroupVersionKindLike(GroupVersionKind item)
-
getGroupVersionResource
@Deprecated GroupVersionResource getGroupVersionResource()
Deprecated.This method has been deprecated, please use method buildGroupVersionResource instead.- Returns:
- The buildable object.
-
buildGroupVersionResource
GroupVersionResource buildGroupVersionResource()
-
withGroupVersionResource
A withGroupVersionResource(GroupVersionResource groupVersionResource)
-
hasGroupVersionResource
Boolean hasGroupVersionResource()
-
withNewGroupVersionResource
A withNewGroupVersionResource(String group, String resource, String version)
-
withNewGroupVersionResource
KubeSchemaFluent.GroupVersionResourceNested<A> withNewGroupVersionResource()
-
withNewGroupVersionResourceLike
KubeSchemaFluent.GroupVersionResourceNested<A> withNewGroupVersionResourceLike(GroupVersionResource item)
-
editGroupVersionResource
KubeSchemaFluent.GroupVersionResourceNested<A> editGroupVersionResource()
-
editOrNewGroupVersionResource
KubeSchemaFluent.GroupVersionResourceNested<A> editOrNewGroupVersionResource()
-
editOrNewGroupVersionResourceLike
KubeSchemaFluent.GroupVersionResourceNested<A> editOrNewGroupVersionResourceLike(GroupVersionResource item)
-
getInfo
@Deprecated Info getInfo()
Deprecated.This method has been deprecated, please use method buildInfo instead.- Returns:
- The buildable object.
-
buildInfo
Info buildInfo()
-
hasInfo
Boolean hasInfo()
-
withNewInfo
KubeSchemaFluent.InfoNested<A> withNewInfo()
-
withNewInfoLike
KubeSchemaFluent.InfoNested<A> withNewInfoLike(Info item)
-
editInfo
KubeSchemaFluent.InfoNested<A> editInfo()
-
editOrNewInfo
KubeSchemaFluent.InfoNested<A> editOrNewInfo()
-
editOrNewInfoLike
KubeSchemaFluent.InfoNested<A> editOrNewInfoLike(Info item)
-
getLimitRangeList
@Deprecated LimitRangeList getLimitRangeList()
Deprecated.This method has been deprecated, please use method buildLimitRangeList instead.- Returns:
- The buildable object.
-
buildLimitRangeList
LimitRangeList buildLimitRangeList()
-
withLimitRangeList
A withLimitRangeList(LimitRangeList limitRangeList)
-
hasLimitRangeList
Boolean hasLimitRangeList()
-
withNewLimitRangeList
KubeSchemaFluent.LimitRangeListNested<A> withNewLimitRangeList()
-
withNewLimitRangeListLike
KubeSchemaFluent.LimitRangeListNested<A> withNewLimitRangeListLike(LimitRangeList item)
-
editLimitRangeList
KubeSchemaFluent.LimitRangeListNested<A> editLimitRangeList()
-
editOrNewLimitRangeList
KubeSchemaFluent.LimitRangeListNested<A> editOrNewLimitRangeList()
-
editOrNewLimitRangeListLike
KubeSchemaFluent.LimitRangeListNested<A> editOrNewLimitRangeListLike(LimitRangeList item)
-
getListOptions
@Deprecated ListOptions getListOptions()
Deprecated.This method has been deprecated, please use method buildListOptions instead.- Returns:
- The buildable object.
-
buildListOptions
ListOptions buildListOptions()
-
withListOptions
A withListOptions(ListOptions listOptions)
-
hasListOptions
Boolean hasListOptions()
-
withNewListOptions
KubeSchemaFluent.ListOptionsNested<A> withNewListOptions()
-
withNewListOptionsLike
KubeSchemaFluent.ListOptionsNested<A> withNewListOptionsLike(ListOptions item)
-
editListOptions
KubeSchemaFluent.ListOptionsNested<A> editListOptions()
-
editOrNewListOptions
KubeSchemaFluent.ListOptionsNested<A> editOrNewListOptions()
-
editOrNewListOptionsLike
KubeSchemaFluent.ListOptionsNested<A> editOrNewListOptionsLike(ListOptions item)
-
getMicroTime
@Deprecated MicroTime getMicroTime()
Deprecated.This method has been deprecated, please use method buildMicroTime instead.- Returns:
- The buildable object.
-
buildMicroTime
MicroTime buildMicroTime()
-
hasMicroTime
Boolean hasMicroTime()
-
withNewMicroTime
KubeSchemaFluent.MicroTimeNested<A> withNewMicroTime()
-
withNewMicroTimeLike
KubeSchemaFluent.MicroTimeNested<A> withNewMicroTimeLike(MicroTime item)
-
editMicroTime
KubeSchemaFluent.MicroTimeNested<A> editMicroTime()
-
editOrNewMicroTime
KubeSchemaFluent.MicroTimeNested<A> editOrNewMicroTime()
-
editOrNewMicroTimeLike
KubeSchemaFluent.MicroTimeNested<A> editOrNewMicroTimeLike(MicroTime item)
-
getNamespace
@Deprecated Namespace getNamespace()
Deprecated.This method has been deprecated, please use method buildNamespace instead.- Returns:
- The buildable object.
-
buildNamespace
Namespace buildNamespace()
-
hasNamespace
Boolean hasNamespace()
-
withNewNamespace
KubeSchemaFluent.NamespaceNested<A> withNewNamespace()
-
withNewNamespaceLike
KubeSchemaFluent.NamespaceNested<A> withNewNamespaceLike(Namespace item)
-
editNamespace
KubeSchemaFluent.NamespaceNested<A> editNamespace()
-
editOrNewNamespace
KubeSchemaFluent.NamespaceNested<A> editOrNewNamespace()
-
editOrNewNamespaceLike
KubeSchemaFluent.NamespaceNested<A> editOrNewNamespaceLike(Namespace item)
-
getNamespaceList
@Deprecated NamespaceList getNamespaceList()
Deprecated.This method has been deprecated, please use method buildNamespaceList instead.- Returns:
- The buildable object.
-
buildNamespaceList
NamespaceList buildNamespaceList()
-
withNamespaceList
A withNamespaceList(NamespaceList namespaceList)
-
hasNamespaceList
Boolean hasNamespaceList()
-
withNewNamespaceList
KubeSchemaFluent.NamespaceListNested<A> withNewNamespaceList()
-
withNewNamespaceListLike
KubeSchemaFluent.NamespaceListNested<A> withNewNamespaceListLike(NamespaceList item)
-
editNamespaceList
KubeSchemaFluent.NamespaceListNested<A> editNamespaceList()
-
editOrNewNamespaceList
KubeSchemaFluent.NamespaceListNested<A> editOrNewNamespaceList()
-
editOrNewNamespaceListLike
KubeSchemaFluent.NamespaceListNested<A> editOrNewNamespaceListLike(NamespaceList item)
-
getNode
@Deprecated Node getNode()
Deprecated.This method has been deprecated, please use method buildNode instead.- Returns:
- The buildable object.
-
buildNode
Node buildNode()
-
hasNode
Boolean hasNode()
-
withNewNode
KubeSchemaFluent.NodeNested<A> withNewNode()
-
withNewNodeLike
KubeSchemaFluent.NodeNested<A> withNewNodeLike(Node item)
-
editNode
KubeSchemaFluent.NodeNested<A> editNode()
-
editOrNewNode
KubeSchemaFluent.NodeNested<A> editOrNewNode()
-
editOrNewNodeLike
KubeSchemaFluent.NodeNested<A> editOrNewNodeLike(Node item)
-
getNodeList
@Deprecated NodeList getNodeList()
Deprecated.This method has been deprecated, please use method buildNodeList instead.- Returns:
- The buildable object.
-
buildNodeList
NodeList buildNodeList()
-
hasNodeList
Boolean hasNodeList()
-
withNewNodeList
KubeSchemaFluent.NodeListNested<A> withNewNodeList()
-
withNewNodeListLike
KubeSchemaFluent.NodeListNested<A> withNewNodeListLike(NodeList item)
-
editNodeList
KubeSchemaFluent.NodeListNested<A> editNodeList()
-
editOrNewNodeList
KubeSchemaFluent.NodeListNested<A> editOrNewNodeList()
-
editOrNewNodeListLike
KubeSchemaFluent.NodeListNested<A> editOrNewNodeListLike(NodeList item)
-
getObjectMeta
@Deprecated ObjectMeta getObjectMeta()
Deprecated.This method has been deprecated, please use method buildObjectMeta instead.- Returns:
- The buildable object.
-
buildObjectMeta
ObjectMeta buildObjectMeta()
-
withObjectMeta
A withObjectMeta(ObjectMeta objectMeta)
-
hasObjectMeta
Boolean hasObjectMeta()
-
withNewObjectMeta
KubeSchemaFluent.ObjectMetaNested<A> withNewObjectMeta()
-
withNewObjectMetaLike
KubeSchemaFluent.ObjectMetaNested<A> withNewObjectMetaLike(ObjectMeta item)
-
editObjectMeta
KubeSchemaFluent.ObjectMetaNested<A> editObjectMeta()
-
editOrNewObjectMeta
KubeSchemaFluent.ObjectMetaNested<A> editOrNewObjectMeta()
-
editOrNewObjectMetaLike
KubeSchemaFluent.ObjectMetaNested<A> editOrNewObjectMetaLike(ObjectMeta item)
-
getPatch
@Deprecated Patch getPatch()
Deprecated.This method has been deprecated, please use method buildPatch instead.- Returns:
- The buildable object.
-
buildPatch
Patch buildPatch()
-
hasPatch
Boolean hasPatch()
-
withNewPatch
KubeSchemaFluent.PatchNested<A> withNewPatch()
-
withNewPatchLike
KubeSchemaFluent.PatchNested<A> withNewPatchLike(Patch item)
-
editPatch
KubeSchemaFluent.PatchNested<A> editPatch()
-
editOrNewPatch
KubeSchemaFluent.PatchNested<A> editOrNewPatch()
-
editOrNewPatchLike
KubeSchemaFluent.PatchNested<A> editOrNewPatchLike(Patch item)
-
getPatchOptions
@Deprecated PatchOptions getPatchOptions()
Deprecated.This method has been deprecated, please use method buildPatchOptions instead.- Returns:
- The buildable object.
-
buildPatchOptions
PatchOptions buildPatchOptions()
-
withPatchOptions
A withPatchOptions(PatchOptions patchOptions)
-
hasPatchOptions
Boolean hasPatchOptions()
-
withNewPatchOptions
KubeSchemaFluent.PatchOptionsNested<A> withNewPatchOptions()
-
withNewPatchOptionsLike
KubeSchemaFluent.PatchOptionsNested<A> withNewPatchOptionsLike(PatchOptions item)
-
editPatchOptions
KubeSchemaFluent.PatchOptionsNested<A> editPatchOptions()
-
editOrNewPatchOptions
KubeSchemaFluent.PatchOptionsNested<A> editOrNewPatchOptions()
-
editOrNewPatchOptionsLike
KubeSchemaFluent.PatchOptionsNested<A> editOrNewPatchOptionsLike(PatchOptions item)
-
getPersistentVolume
@Deprecated PersistentVolume getPersistentVolume()
Deprecated.This method has been deprecated, please use method buildPersistentVolume instead.- Returns:
- The buildable object.
-
buildPersistentVolume
PersistentVolume buildPersistentVolume()
-
withPersistentVolume
A withPersistentVolume(PersistentVolume persistentVolume)
-
hasPersistentVolume
Boolean hasPersistentVolume()
-
withNewPersistentVolume
KubeSchemaFluent.PersistentVolumeNested<A> withNewPersistentVolume()
-
withNewPersistentVolumeLike
KubeSchemaFluent.PersistentVolumeNested<A> withNewPersistentVolumeLike(PersistentVolume item)
-
editPersistentVolume
KubeSchemaFluent.PersistentVolumeNested<A> editPersistentVolume()
-
editOrNewPersistentVolume
KubeSchemaFluent.PersistentVolumeNested<A> editOrNewPersistentVolume()
-
editOrNewPersistentVolumeLike
KubeSchemaFluent.PersistentVolumeNested<A> editOrNewPersistentVolumeLike(PersistentVolume item)
-
getPersistentVolumeClaim
@Deprecated PersistentVolumeClaim getPersistentVolumeClaim()
Deprecated.This method has been deprecated, please use method buildPersistentVolumeClaim instead.- Returns:
- The buildable object.
-
buildPersistentVolumeClaim
PersistentVolumeClaim buildPersistentVolumeClaim()
-
withPersistentVolumeClaim
A withPersistentVolumeClaim(PersistentVolumeClaim persistentVolumeClaim)
-
hasPersistentVolumeClaim
Boolean hasPersistentVolumeClaim()
-
withNewPersistentVolumeClaim
KubeSchemaFluent.PersistentVolumeClaimNested<A> withNewPersistentVolumeClaim()
-
withNewPersistentVolumeClaimLike
KubeSchemaFluent.PersistentVolumeClaimNested<A> withNewPersistentVolumeClaimLike(PersistentVolumeClaim item)
-
editPersistentVolumeClaim
KubeSchemaFluent.PersistentVolumeClaimNested<A> editPersistentVolumeClaim()
-
editOrNewPersistentVolumeClaim
KubeSchemaFluent.PersistentVolumeClaimNested<A> editOrNewPersistentVolumeClaim()
-
editOrNewPersistentVolumeClaimLike
KubeSchemaFluent.PersistentVolumeClaimNested<A> editOrNewPersistentVolumeClaimLike(PersistentVolumeClaim item)
-
getPersistentVolumeClaimList
@Deprecated PersistentVolumeClaimList getPersistentVolumeClaimList()
Deprecated.This method has been deprecated, please use method buildPersistentVolumeClaimList instead.- Returns:
- The buildable object.
-
buildPersistentVolumeClaimList
PersistentVolumeClaimList buildPersistentVolumeClaimList()
-
withPersistentVolumeClaimList
A withPersistentVolumeClaimList(PersistentVolumeClaimList persistentVolumeClaimList)
-
hasPersistentVolumeClaimList
Boolean hasPersistentVolumeClaimList()
-
withNewPersistentVolumeClaimList
KubeSchemaFluent.PersistentVolumeClaimListNested<A> withNewPersistentVolumeClaimList()
-
withNewPersistentVolumeClaimListLike
KubeSchemaFluent.PersistentVolumeClaimListNested<A> withNewPersistentVolumeClaimListLike(PersistentVolumeClaimList item)
-
editPersistentVolumeClaimList
KubeSchemaFluent.PersistentVolumeClaimListNested<A> editPersistentVolumeClaimList()
-
editOrNewPersistentVolumeClaimList
KubeSchemaFluent.PersistentVolumeClaimListNested<A> editOrNewPersistentVolumeClaimList()
-
editOrNewPersistentVolumeClaimListLike
KubeSchemaFluent.PersistentVolumeClaimListNested<A> editOrNewPersistentVolumeClaimListLike(PersistentVolumeClaimList item)
-
getPersistentVolumeList
@Deprecated PersistentVolumeList getPersistentVolumeList()
Deprecated.This method has been deprecated, please use method buildPersistentVolumeList instead.- Returns:
- The buildable object.
-
buildPersistentVolumeList
PersistentVolumeList buildPersistentVolumeList()
-
withPersistentVolumeList
A withPersistentVolumeList(PersistentVolumeList persistentVolumeList)
-
hasPersistentVolumeList
Boolean hasPersistentVolumeList()
-
withNewPersistentVolumeList
KubeSchemaFluent.PersistentVolumeListNested<A> withNewPersistentVolumeList()
-
withNewPersistentVolumeListLike
KubeSchemaFluent.PersistentVolumeListNested<A> withNewPersistentVolumeListLike(PersistentVolumeList item)
-
editPersistentVolumeList
KubeSchemaFluent.PersistentVolumeListNested<A> editPersistentVolumeList()
-
editOrNewPersistentVolumeList
KubeSchemaFluent.PersistentVolumeListNested<A> editOrNewPersistentVolumeList()
-
editOrNewPersistentVolumeListLike
KubeSchemaFluent.PersistentVolumeListNested<A> editOrNewPersistentVolumeListLike(PersistentVolumeList item)
-
getPodExecOptions
@Deprecated PodExecOptions getPodExecOptions()
Deprecated.This method has been deprecated, please use method buildPodExecOptions instead.- Returns:
- The buildable object.
-
buildPodExecOptions
PodExecOptions buildPodExecOptions()
-
withPodExecOptions
A withPodExecOptions(PodExecOptions podExecOptions)
-
hasPodExecOptions
Boolean hasPodExecOptions()
-
withNewPodExecOptions
KubeSchemaFluent.PodExecOptionsNested<A> withNewPodExecOptions()
-
withNewPodExecOptionsLike
KubeSchemaFluent.PodExecOptionsNested<A> withNewPodExecOptionsLike(PodExecOptions item)
-
editPodExecOptions
KubeSchemaFluent.PodExecOptionsNested<A> editPodExecOptions()
-
editOrNewPodExecOptions
KubeSchemaFluent.PodExecOptionsNested<A> editOrNewPodExecOptions()
-
editOrNewPodExecOptionsLike
KubeSchemaFluent.PodExecOptionsNested<A> editOrNewPodExecOptionsLike(PodExecOptions item)
-
getPodList
@Deprecated PodList getPodList()
Deprecated.This method has been deprecated, please use method buildPodList instead.- Returns:
- The buildable object.
-
buildPodList
PodList buildPodList()
-
hasPodList
Boolean hasPodList()
-
withNewPodList
KubeSchemaFluent.PodListNested<A> withNewPodList()
-
withNewPodListLike
KubeSchemaFluent.PodListNested<A> withNewPodListLike(PodList item)
-
editPodList
KubeSchemaFluent.PodListNested<A> editPodList()
-
editOrNewPodList
KubeSchemaFluent.PodListNested<A> editOrNewPodList()
-
editOrNewPodListLike
KubeSchemaFluent.PodListNested<A> editOrNewPodListLike(PodList item)
-
getPodTemplateList
@Deprecated PodTemplateList getPodTemplateList()
Deprecated.This method has been deprecated, please use method buildPodTemplateList instead.- Returns:
- The buildable object.
-
buildPodTemplateList
PodTemplateList buildPodTemplateList()
-
withPodTemplateList
A withPodTemplateList(PodTemplateList podTemplateList)
-
hasPodTemplateList
Boolean hasPodTemplateList()
-
withNewPodTemplateList
KubeSchemaFluent.PodTemplateListNested<A> withNewPodTemplateList()
-
withNewPodTemplateListLike
KubeSchemaFluent.PodTemplateListNested<A> withNewPodTemplateListLike(PodTemplateList item)
-
editPodTemplateList
KubeSchemaFluent.PodTemplateListNested<A> editPodTemplateList()
-
editOrNewPodTemplateList
KubeSchemaFluent.PodTemplateListNested<A> editOrNewPodTemplateList()
-
editOrNewPodTemplateListLike
KubeSchemaFluent.PodTemplateListNested<A> editOrNewPodTemplateListLike(PodTemplateList item)
-
getQuantity
@Deprecated Quantity getQuantity()
Deprecated.This method has been deprecated, please use method buildQuantity instead.- Returns:
- The buildable object.
-
buildQuantity
Quantity buildQuantity()
-
hasQuantity
Boolean hasQuantity()
-
withNewQuantity
KubeSchemaFluent.QuantityNested<A> withNewQuantity()
-
withNewQuantityLike
KubeSchemaFluent.QuantityNested<A> withNewQuantityLike(Quantity item)
-
editQuantity
KubeSchemaFluent.QuantityNested<A> editQuantity()
-
editOrNewQuantity
KubeSchemaFluent.QuantityNested<A> editOrNewQuantity()
-
editOrNewQuantityLike
KubeSchemaFluent.QuantityNested<A> editOrNewQuantityLike(Quantity item)
-
getReplicationControllerList
@Deprecated ReplicationControllerList getReplicationControllerList()
Deprecated.This method has been deprecated, please use method buildReplicationControllerList instead.- Returns:
- The buildable object.
-
buildReplicationControllerList
ReplicationControllerList buildReplicationControllerList()
-
withReplicationControllerList
A withReplicationControllerList(ReplicationControllerList replicationControllerList)
-
hasReplicationControllerList
Boolean hasReplicationControllerList()
-
withNewReplicationControllerList
KubeSchemaFluent.ReplicationControllerListNested<A> withNewReplicationControllerList()
-
withNewReplicationControllerListLike
KubeSchemaFluent.ReplicationControllerListNested<A> withNewReplicationControllerListLike(ReplicationControllerList item)
-
editReplicationControllerList
KubeSchemaFluent.ReplicationControllerListNested<A> editReplicationControllerList()
-
editOrNewReplicationControllerList
KubeSchemaFluent.ReplicationControllerListNested<A> editOrNewReplicationControllerList()
-
editOrNewReplicationControllerListLike
KubeSchemaFluent.ReplicationControllerListNested<A> editOrNewReplicationControllerListLike(ReplicationControllerList item)
-
getResourceQuota
@Deprecated ResourceQuota getResourceQuota()
Deprecated.This method has been deprecated, please use method buildResourceQuota instead.- Returns:
- The buildable object.
-
buildResourceQuota
ResourceQuota buildResourceQuota()
-
withResourceQuota
A withResourceQuota(ResourceQuota resourceQuota)
-
hasResourceQuota
Boolean hasResourceQuota()
-
withNewResourceQuota
KubeSchemaFluent.ResourceQuotaNested<A> withNewResourceQuota()
-
withNewResourceQuotaLike
KubeSchemaFluent.ResourceQuotaNested<A> withNewResourceQuotaLike(ResourceQuota item)
-
editResourceQuota
KubeSchemaFluent.ResourceQuotaNested<A> editResourceQuota()
-
editOrNewResourceQuota
KubeSchemaFluent.ResourceQuotaNested<A> editOrNewResourceQuota()
-
editOrNewResourceQuotaLike
KubeSchemaFluent.ResourceQuotaNested<A> editOrNewResourceQuotaLike(ResourceQuota item)
-
getResourceQuotaList
@Deprecated ResourceQuotaList getResourceQuotaList()
Deprecated.This method has been deprecated, please use method buildResourceQuotaList instead.- Returns:
- The buildable object.
-
buildResourceQuotaList
ResourceQuotaList buildResourceQuotaList()
-
withResourceQuotaList
A withResourceQuotaList(ResourceQuotaList resourceQuotaList)
-
hasResourceQuotaList
Boolean hasResourceQuotaList()
-
withNewResourceQuotaList
KubeSchemaFluent.ResourceQuotaListNested<A> withNewResourceQuotaList()
-
withNewResourceQuotaListLike
KubeSchemaFluent.ResourceQuotaListNested<A> withNewResourceQuotaListLike(ResourceQuotaList item)
-
editResourceQuotaList
KubeSchemaFluent.ResourceQuotaListNested<A> editResourceQuotaList()
-
editOrNewResourceQuotaList
KubeSchemaFluent.ResourceQuotaListNested<A> editOrNewResourceQuotaList()
-
editOrNewResourceQuotaListLike
KubeSchemaFluent.ResourceQuotaListNested<A> editOrNewResourceQuotaListLike(ResourceQuotaList item)
-
getRootPaths
@Deprecated RootPaths getRootPaths()
Deprecated.This method has been deprecated, please use method buildRootPaths instead.- Returns:
- The buildable object.
-
buildRootPaths
RootPaths buildRootPaths()
-
hasRootPaths
Boolean hasRootPaths()
-
withNewRootPaths
KubeSchemaFluent.RootPathsNested<A> withNewRootPaths()
-
withNewRootPathsLike
KubeSchemaFluent.RootPathsNested<A> withNewRootPathsLike(RootPaths item)
-
editRootPaths
KubeSchemaFluent.RootPathsNested<A> editRootPaths()
-
editOrNewRootPaths
KubeSchemaFluent.RootPathsNested<A> editOrNewRootPaths()
-
editOrNewRootPathsLike
KubeSchemaFluent.RootPathsNested<A> editOrNewRootPathsLike(RootPaths item)
-
getSecret
@Deprecated Secret getSecret()
Deprecated.This method has been deprecated, please use method buildSecret instead.- Returns:
- The buildable object.
-
buildSecret
Secret buildSecret()
-
hasSecret
Boolean hasSecret()
-
withNewSecret
KubeSchemaFluent.SecretNested<A> withNewSecret()
-
withNewSecretLike
KubeSchemaFluent.SecretNested<A> withNewSecretLike(Secret item)
-
editSecret
KubeSchemaFluent.SecretNested<A> editSecret()
-
editOrNewSecret
KubeSchemaFluent.SecretNested<A> editOrNewSecret()
-
editOrNewSecretLike
KubeSchemaFluent.SecretNested<A> editOrNewSecretLike(Secret item)
-
getSecretList
@Deprecated SecretList getSecretList()
Deprecated.This method has been deprecated, please use method buildSecretList instead.- Returns:
- The buildable object.
-
buildSecretList
SecretList buildSecretList()
-
withSecretList
A withSecretList(SecretList secretList)
-
hasSecretList
Boolean hasSecretList()
-
withNewSecretList
KubeSchemaFluent.SecretListNested<A> withNewSecretList()
-
withNewSecretListLike
KubeSchemaFluent.SecretListNested<A> withNewSecretListLike(SecretList item)
-
editSecretList
KubeSchemaFluent.SecretListNested<A> editSecretList()
-
editOrNewSecretList
KubeSchemaFluent.SecretListNested<A> editOrNewSecretList()
-
editOrNewSecretListLike
KubeSchemaFluent.SecretListNested<A> editOrNewSecretListLike(SecretList item)
-
getServiceAccount
@Deprecated ServiceAccount getServiceAccount()
Deprecated.This method has been deprecated, please use method buildServiceAccount instead.- Returns:
- The buildable object.
-
buildServiceAccount
ServiceAccount buildServiceAccount()
-
withServiceAccount
A withServiceAccount(ServiceAccount serviceAccount)
-
hasServiceAccount
Boolean hasServiceAccount()
-
withNewServiceAccount
KubeSchemaFluent.ServiceAccountNested<A> withNewServiceAccount()
-
withNewServiceAccountLike
KubeSchemaFluent.ServiceAccountNested<A> withNewServiceAccountLike(ServiceAccount item)
-
editServiceAccount
KubeSchemaFluent.ServiceAccountNested<A> editServiceAccount()
-
editOrNewServiceAccount
KubeSchemaFluent.ServiceAccountNested<A> editOrNewServiceAccount()
-
editOrNewServiceAccountLike
KubeSchemaFluent.ServiceAccountNested<A> editOrNewServiceAccountLike(ServiceAccount item)
-
getServiceAccountList
@Deprecated ServiceAccountList getServiceAccountList()
Deprecated.This method has been deprecated, please use method buildServiceAccountList instead.- Returns:
- The buildable object.
-
buildServiceAccountList
ServiceAccountList buildServiceAccountList()
-
withServiceAccountList
A withServiceAccountList(ServiceAccountList serviceAccountList)
-
hasServiceAccountList
Boolean hasServiceAccountList()
-
withNewServiceAccountList
KubeSchemaFluent.ServiceAccountListNested<A> withNewServiceAccountList()
-
withNewServiceAccountListLike
KubeSchemaFluent.ServiceAccountListNested<A> withNewServiceAccountListLike(ServiceAccountList item)
-
editServiceAccountList
KubeSchemaFluent.ServiceAccountListNested<A> editServiceAccountList()
-
editOrNewServiceAccountList
KubeSchemaFluent.ServiceAccountListNested<A> editOrNewServiceAccountList()
-
editOrNewServiceAccountListLike
KubeSchemaFluent.ServiceAccountListNested<A> editOrNewServiceAccountListLike(ServiceAccountList item)
-
getServiceList
@Deprecated ServiceList getServiceList()
Deprecated.This method has been deprecated, please use method buildServiceList instead.- Returns:
- The buildable object.
-
buildServiceList
ServiceList buildServiceList()
-
withServiceList
A withServiceList(ServiceList serviceList)
-
hasServiceList
Boolean hasServiceList()
-
withNewServiceList
KubeSchemaFluent.ServiceListNested<A> withNewServiceList()
-
withNewServiceListLike
KubeSchemaFluent.ServiceListNested<A> withNewServiceListLike(ServiceList item)
-
editServiceList
KubeSchemaFluent.ServiceListNested<A> editServiceList()
-
editOrNewServiceList
KubeSchemaFluent.ServiceListNested<A> editOrNewServiceList()
-
editOrNewServiceListLike
KubeSchemaFluent.ServiceListNested<A> editOrNewServiceListLike(ServiceList item)
-
getStatus
@Deprecated Status getStatus()
Deprecated.This method has been deprecated, please use method buildStatus instead.- Returns:
- The buildable object.
-
buildStatus
Status buildStatus()
-
hasStatus
Boolean hasStatus()
-
withNewStatus
KubeSchemaFluent.StatusNested<A> withNewStatus()
-
withNewStatusLike
KubeSchemaFluent.StatusNested<A> withNewStatusLike(Status item)
-
editStatus
KubeSchemaFluent.StatusNested<A> editStatus()
-
editOrNewStatus
KubeSchemaFluent.StatusNested<A> editOrNewStatus()
-
editOrNewStatusLike
KubeSchemaFluent.StatusNested<A> editOrNewStatusLike(Status item)
-
getTime
String getTime()
-
hasTime
Boolean hasTime()
-
withNewTime
A withNewTime(StringBuilder arg1)
-
withNewTime
A withNewTime(StringBuffer arg1)
-
getToleration
@Deprecated Toleration getToleration()
Deprecated.This method has been deprecated, please use method buildToleration instead.- Returns:
- The buildable object.
-
buildToleration
Toleration buildToleration()
-
withToleration
A withToleration(Toleration toleration)
-
hasToleration
Boolean hasToleration()
-
withNewToleration
A withNewToleration(String effect, String key, String operator, Long tolerationSeconds, String value)
-
withNewToleration
KubeSchemaFluent.TolerationNested<A> withNewToleration()
-
withNewTolerationLike
KubeSchemaFluent.TolerationNested<A> withNewTolerationLike(Toleration item)
-
editToleration
KubeSchemaFluent.TolerationNested<A> editToleration()
-
editOrNewToleration
KubeSchemaFluent.TolerationNested<A> editOrNewToleration()
-
editOrNewTolerationLike
KubeSchemaFluent.TolerationNested<A> editOrNewTolerationLike(Toleration item)
-
getTopologySelectorTerm
@Deprecated TopologySelectorTerm getTopologySelectorTerm()
Deprecated.This method has been deprecated, please use method buildTopologySelectorTerm instead.- Returns:
- The buildable object.
-
buildTopologySelectorTerm
TopologySelectorTerm buildTopologySelectorTerm()
-
withTopologySelectorTerm
A withTopologySelectorTerm(TopologySelectorTerm topologySelectorTerm)
-
hasTopologySelectorTerm
Boolean hasTopologySelectorTerm()
-
withNewTopologySelectorTerm
KubeSchemaFluent.TopologySelectorTermNested<A> withNewTopologySelectorTerm()
-
withNewTopologySelectorTermLike
KubeSchemaFluent.TopologySelectorTermNested<A> withNewTopologySelectorTermLike(TopologySelectorTerm item)
-
editTopologySelectorTerm
KubeSchemaFluent.TopologySelectorTermNested<A> editTopologySelectorTerm()
-
editOrNewTopologySelectorTerm
KubeSchemaFluent.TopologySelectorTermNested<A> editOrNewTopologySelectorTerm()
-
editOrNewTopologySelectorTermLike
KubeSchemaFluent.TopologySelectorTermNested<A> editOrNewTopologySelectorTermLike(TopologySelectorTerm item)
-
getTypeMeta
@Deprecated TypeMeta getTypeMeta()
Deprecated.This method has been deprecated, please use method buildTypeMeta instead.- Returns:
- The buildable object.
-
buildTypeMeta
TypeMeta buildTypeMeta()
-
hasTypeMeta
Boolean hasTypeMeta()
-
withNewTypeMeta
KubeSchemaFluent.TypeMetaNested<A> withNewTypeMeta()
-
withNewTypeMetaLike
KubeSchemaFluent.TypeMetaNested<A> withNewTypeMetaLike(TypeMeta item)
-
editTypeMeta
KubeSchemaFluent.TypeMetaNested<A> editTypeMeta()
-
editOrNewTypeMeta
KubeSchemaFluent.TypeMetaNested<A> editOrNewTypeMeta()
-
editOrNewTypeMetaLike
KubeSchemaFluent.TypeMetaNested<A> editOrNewTypeMetaLike(TypeMeta item)
-
getUpdateOptions
@Deprecated UpdateOptions getUpdateOptions()
Deprecated.This method has been deprecated, please use method buildUpdateOptions instead.- Returns:
- The buildable object.
-
buildUpdateOptions
UpdateOptions buildUpdateOptions()
-
withUpdateOptions
A withUpdateOptions(UpdateOptions updateOptions)
-
hasUpdateOptions
Boolean hasUpdateOptions()
-
withNewUpdateOptions
KubeSchemaFluent.UpdateOptionsNested<A> withNewUpdateOptions()
-
withNewUpdateOptionsLike
KubeSchemaFluent.UpdateOptionsNested<A> withNewUpdateOptionsLike(UpdateOptions item)
-
editUpdateOptions
KubeSchemaFluent.UpdateOptionsNested<A> editUpdateOptions()
-
editOrNewUpdateOptions
KubeSchemaFluent.UpdateOptionsNested<A> editOrNewUpdateOptions()
-
editOrNewUpdateOptionsLike
KubeSchemaFluent.UpdateOptionsNested<A> editOrNewUpdateOptionsLike(UpdateOptions item)
-
getWatchEvent
@Deprecated WatchEvent getWatchEvent()
Deprecated.This method has been deprecated, please use method buildWatchEvent instead.- Returns:
- The buildable object.
-
buildWatchEvent
WatchEvent buildWatchEvent()
-
withWatchEvent
A withWatchEvent(WatchEvent watchEvent)
-
hasWatchEvent
Boolean hasWatchEvent()
-
withNewWatchEvent
KubeSchemaFluent.WatchEventNested<A> withNewWatchEvent()
-
withNewWatchEventLike
KubeSchemaFluent.WatchEventNested<A> withNewWatchEventLike(WatchEvent item)
-
editWatchEvent
KubeSchemaFluent.WatchEventNested<A> editWatchEvent()
-
editOrNewWatchEvent
KubeSchemaFluent.WatchEventNested<A> editOrNewWatchEvent()
-
editOrNewWatchEventLike
KubeSchemaFluent.WatchEventNested<A> editOrNewWatchEventLike(WatchEvent item)
-
-