Interface V1PodSpecFluent<A extends V1PodSpecFluent<A>>
- All Superinterfaces:
Fluent<A>
- All Known Subinterfaces:
V1PodFluent.SpecNested<N>,V1PodTemplateSpecFluent.SpecNested<N>
- All Known Implementing Classes:
V1PodSpecBuilder,V1PodSpecFluentImpl
Generated
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interfacestatic interfacestatic interfacestatic interfacestatic interfacestatic interfacestatic interfacestatic interfacestatic interfacestatic interfacestatic interfacestatic interfacestatic interface -
Method Summary
Modifier and TypeMethodDescriptionaddAllToContainers(Collection<io.kubernetes.client.openapi.models.V1Container> items) addAllToEphemeralContainers(Collection<io.kubernetes.client.openapi.models.V1EphemeralContainer> items) addAllToHostAliases(Collection<io.kubernetes.client.openapi.models.V1HostAlias> items) addAllToImagePullSecrets(Collection<io.kubernetes.client.openapi.models.V1LocalObjectReference> items) addAllToInitContainers(Collection<io.kubernetes.client.openapi.models.V1Container> items) addAllToReadinessGates(Collection<io.kubernetes.client.openapi.models.V1PodReadinessGate> items) addAllToTolerations(Collection<io.kubernetes.client.openapi.models.V1Toleration> items) addAllToTopologySpreadConstraints(Collection<io.kubernetes.client.openapi.models.V1TopologySpreadConstraint> items) addAllToVolumes(Collection<io.kubernetes.client.openapi.models.V1Volume> items) addNewContainerLike(io.kubernetes.client.openapi.models.V1Container item) addNewEphemeralContainerLike(io.kubernetes.client.openapi.models.V1EphemeralContainer item) addNewHostAliasLike(io.kubernetes.client.openapi.models.V1HostAlias item) addNewImagePullSecretLike(io.kubernetes.client.openapi.models.V1LocalObjectReference item) addNewInitContainerLike(io.kubernetes.client.openapi.models.V1Container item) addNewReadinessGateLike(io.kubernetes.client.openapi.models.V1PodReadinessGate item) addNewTolerationLike(io.kubernetes.client.openapi.models.V1Toleration item) addNewTopologySpreadConstraintLike(io.kubernetes.client.openapi.models.V1TopologySpreadConstraint item) addNewVolumeLike(io.kubernetes.client.openapi.models.V1Volume item) addToContainers(io.kubernetes.client.openapi.models.V1Container... items) addToContainers(Integer index, io.kubernetes.client.openapi.models.V1Container item) addToEphemeralContainers(io.kubernetes.client.openapi.models.V1EphemeralContainer... items) addToEphemeralContainers(Integer index, io.kubernetes.client.openapi.models.V1EphemeralContainer item) addToHostAliases(io.kubernetes.client.openapi.models.V1HostAlias... items) addToHostAliases(Integer index, io.kubernetes.client.openapi.models.V1HostAlias item) addToImagePullSecrets(io.kubernetes.client.openapi.models.V1LocalObjectReference... items) addToImagePullSecrets(Integer index, io.kubernetes.client.openapi.models.V1LocalObjectReference item) addToInitContainers(io.kubernetes.client.openapi.models.V1Container... items) addToInitContainers(Integer index, io.kubernetes.client.openapi.models.V1Container item) addToNodeSelector(String key, String value) addToNodeSelector(Map<String, String> map) addToOverhead(String key, io.kubernetes.client.custom.Quantity value) addToOverhead(Map<String, io.kubernetes.client.custom.Quantity> map) addToReadinessGates(io.kubernetes.client.openapi.models.V1PodReadinessGate... items) addToReadinessGates(Integer index, io.kubernetes.client.openapi.models.V1PodReadinessGate item) addToTolerations(io.kubernetes.client.openapi.models.V1Toleration... items) addToTolerations(Integer index, io.kubernetes.client.openapi.models.V1Toleration item) addToTopologySpreadConstraints(io.kubernetes.client.openapi.models.V1TopologySpreadConstraint... items) addToTopologySpreadConstraints(Integer index, io.kubernetes.client.openapi.models.V1TopologySpreadConstraint item) addToVolumes(io.kubernetes.client.openapi.models.V1Volume... items) addToVolumes(Integer index, io.kubernetes.client.openapi.models.V1Volume item) io.kubernetes.client.openapi.models.V1Affinityio.kubernetes.client.openapi.models.V1ContainerbuildContainer(Integer index) List<io.kubernetes.client.openapi.models.V1Container>io.kubernetes.client.openapi.models.V1PodDNSConfigio.kubernetes.client.openapi.models.V1EphemeralContainerbuildEphemeralContainer(Integer index) List<io.kubernetes.client.openapi.models.V1EphemeralContainer>io.kubernetes.client.openapi.models.V1Containerio.kubernetes.client.openapi.models.V1EphemeralContainerio.kubernetes.client.openapi.models.V1HostAliasio.kubernetes.client.openapi.models.V1LocalObjectReferenceio.kubernetes.client.openapi.models.V1Containerio.kubernetes.client.openapi.models.V1PodReadinessGateio.kubernetes.client.openapi.models.V1Tolerationio.kubernetes.client.openapi.models.V1TopologySpreadConstraintio.kubernetes.client.openapi.models.V1Volumeio.kubernetes.client.openapi.models.V1HostAliasbuildHostAlias(Integer index) List<io.kubernetes.client.openapi.models.V1HostAlias>io.kubernetes.client.openapi.models.V1LocalObjectReferencebuildImagePullSecret(Integer index) List<io.kubernetes.client.openapi.models.V1LocalObjectReference>io.kubernetes.client.openapi.models.V1ContainerbuildInitContainer(Integer index) List<io.kubernetes.client.openapi.models.V1Container>io.kubernetes.client.openapi.models.V1Containerio.kubernetes.client.openapi.models.V1EphemeralContainerio.kubernetes.client.openapi.models.V1HostAliasio.kubernetes.client.openapi.models.V1LocalObjectReferenceio.kubernetes.client.openapi.models.V1Containerio.kubernetes.client.openapi.models.V1PodReadinessGateio.kubernetes.client.openapi.models.V1Tolerationio.kubernetes.client.openapi.models.V1TopologySpreadConstraintio.kubernetes.client.openapi.models.V1Volumeio.kubernetes.client.openapi.models.V1ContainerbuildMatchingContainer(Predicate<V1ContainerBuilder> predicate) io.kubernetes.client.openapi.models.V1EphemeralContainerio.kubernetes.client.openapi.models.V1HostAliasbuildMatchingHostAlias(Predicate<V1HostAliasBuilder> predicate) io.kubernetes.client.openapi.models.V1LocalObjectReferenceio.kubernetes.client.openapi.models.V1ContainerbuildMatchingInitContainer(Predicate<V1ContainerBuilder> predicate) io.kubernetes.client.openapi.models.V1PodReadinessGateio.kubernetes.client.openapi.models.V1TolerationbuildMatchingToleration(Predicate<V1TolerationBuilder> predicate) io.kubernetes.client.openapi.models.V1TopologySpreadConstraintio.kubernetes.client.openapi.models.V1VolumebuildMatchingVolume(Predicate<V1VolumeBuilder> predicate) io.kubernetes.client.openapi.models.V1PodOSbuildOs()io.kubernetes.client.openapi.models.V1PodReadinessGatebuildReadinessGate(Integer index) List<io.kubernetes.client.openapi.models.V1PodReadinessGate>io.kubernetes.client.openapi.models.V1PodSecurityContextio.kubernetes.client.openapi.models.V1TolerationbuildToleration(Integer index) List<io.kubernetes.client.openapi.models.V1Toleration>io.kubernetes.client.openapi.models.V1TopologySpreadConstraintList<io.kubernetes.client.openapi.models.V1TopologySpreadConstraint>io.kubernetes.client.openapi.models.V1VolumebuildVolume(Integer index) List<io.kubernetes.client.openapi.models.V1Volume>editContainer(Integer index) editEphemeralContainer(Integer index) editHostAlias(Integer index) editImagePullSecret(Integer index) editInitContainer(Integer index) editMatchingContainer(Predicate<V1ContainerBuilder> predicate) editMatchingHostAlias(Predicate<V1HostAliasBuilder> predicate) editMatchingInitContainer(Predicate<V1ContainerBuilder> predicate) editMatchingToleration(Predicate<V1TolerationBuilder> predicate) editMatchingVolume(Predicate<V1VolumeBuilder> predicate) editOrNewAffinityLike(io.kubernetes.client.openapi.models.V1Affinity item) editOrNewDnsConfigLike(io.kubernetes.client.openapi.models.V1PodDNSConfig item) editOrNewOsLike(io.kubernetes.client.openapi.models.V1PodOS item) editOrNewSecurityContextLike(io.kubernetes.client.openapi.models.V1PodSecurityContext item) editOs()editReadinessGate(Integer index) editToleration(Integer index) editVolume(Integer index) io.kubernetes.client.openapi.models.V1AffinityDeprecated.List<io.kubernetes.client.openapi.models.V1Container>Deprecated.io.kubernetes.client.openapi.models.V1PodDNSConfigDeprecated.List<io.kubernetes.client.openapi.models.V1EphemeralContainer>Deprecated.List<io.kubernetes.client.openapi.models.V1HostAlias>Deprecated.List<io.kubernetes.client.openapi.models.V1LocalObjectReference>Deprecated.List<io.kubernetes.client.openapi.models.V1Container>Deprecated.io.kubernetes.client.openapi.models.V1PodOSgetOs()Deprecated.List<io.kubernetes.client.openapi.models.V1PodReadinessGate>Deprecated.io.kubernetes.client.openapi.models.V1PodSecurityContextDeprecated.List<io.kubernetes.client.openapi.models.V1Toleration>Deprecated.List<io.kubernetes.client.openapi.models.V1TopologySpreadConstraint>Deprecated.List<io.kubernetes.client.openapi.models.V1Volume>Deprecated.hasMatchingContainer(Predicate<V1ContainerBuilder> predicate) hasMatchingHostAlias(Predicate<V1HostAliasBuilder> predicate) hasMatchingInitContainer(Predicate<V1ContainerBuilder> predicate) hasMatchingToleration(Predicate<V1TolerationBuilder> predicate) hasMatchingVolume(Predicate<V1VolumeBuilder> predicate) hasOs()removeAllFromContainers(Collection<io.kubernetes.client.openapi.models.V1Container> items) removeAllFromEphemeralContainers(Collection<io.kubernetes.client.openapi.models.V1EphemeralContainer> items) removeAllFromHostAliases(Collection<io.kubernetes.client.openapi.models.V1HostAlias> items) removeAllFromImagePullSecrets(Collection<io.kubernetes.client.openapi.models.V1LocalObjectReference> items) removeAllFromInitContainers(Collection<io.kubernetes.client.openapi.models.V1Container> items) removeAllFromReadinessGates(Collection<io.kubernetes.client.openapi.models.V1PodReadinessGate> items) removeAllFromTolerations(Collection<io.kubernetes.client.openapi.models.V1Toleration> items) removeAllFromTopologySpreadConstraints(Collection<io.kubernetes.client.openapi.models.V1TopologySpreadConstraint> items) removeAllFromVolumes(Collection<io.kubernetes.client.openapi.models.V1Volume> items) removeFromContainers(io.kubernetes.client.openapi.models.V1Container... items) removeFromEphemeralContainers(io.kubernetes.client.openapi.models.V1EphemeralContainer... items) removeFromHostAliases(io.kubernetes.client.openapi.models.V1HostAlias... items) removeFromImagePullSecrets(io.kubernetes.client.openapi.models.V1LocalObjectReference... items) removeFromInitContainers(io.kubernetes.client.openapi.models.V1Container... items) removeFromOverhead(String key) removeFromOverhead(Map<String, io.kubernetes.client.custom.Quantity> map) removeFromReadinessGates(io.kubernetes.client.openapi.models.V1PodReadinessGate... items) removeFromTolerations(io.kubernetes.client.openapi.models.V1Toleration... items) removeFromTopologySpreadConstraints(io.kubernetes.client.openapi.models.V1TopologySpreadConstraint... items) removeFromVolumes(io.kubernetes.client.openapi.models.V1Volume... items) removeMatchingFromContainers(Predicate<V1ContainerBuilder> predicate) removeMatchingFromHostAliases(Predicate<V1HostAliasBuilder> predicate) removeMatchingFromVolumes(Predicate<V1VolumeBuilder> predicate) setNewContainerLike(Integer index, io.kubernetes.client.openapi.models.V1Container item) setNewEphemeralContainerLike(Integer index, io.kubernetes.client.openapi.models.V1EphemeralContainer item) setNewHostAliasLike(Integer index, io.kubernetes.client.openapi.models.V1HostAlias item) setNewImagePullSecretLike(Integer index, io.kubernetes.client.openapi.models.V1LocalObjectReference item) setNewInitContainerLike(Integer index, io.kubernetes.client.openapi.models.V1Container item) setNewReadinessGateLike(Integer index, io.kubernetes.client.openapi.models.V1PodReadinessGate item) setNewTolerationLike(Integer index, io.kubernetes.client.openapi.models.V1Toleration item) setNewTopologySpreadConstraintLike(Integer index, io.kubernetes.client.openapi.models.V1TopologySpreadConstraint item) setNewVolumeLike(Integer index, io.kubernetes.client.openapi.models.V1Volume item) setToContainers(Integer index, io.kubernetes.client.openapi.models.V1Container item) setToEphemeralContainers(Integer index, io.kubernetes.client.openapi.models.V1EphemeralContainer item) setToHostAliases(Integer index, io.kubernetes.client.openapi.models.V1HostAlias item) setToImagePullSecrets(Integer index, io.kubernetes.client.openapi.models.V1LocalObjectReference item) setToInitContainers(Integer index, io.kubernetes.client.openapi.models.V1Container item) setToReadinessGates(Integer index, io.kubernetes.client.openapi.models.V1PodReadinessGate item) setToTolerations(Integer index, io.kubernetes.client.openapi.models.V1Toleration item) setToTopologySpreadConstraints(Integer index, io.kubernetes.client.openapi.models.V1TopologySpreadConstraint item) setToVolumes(Integer index, io.kubernetes.client.openapi.models.V1Volume item) withActiveDeadlineSeconds(Long activeDeadlineSeconds) withAffinity(io.kubernetes.client.openapi.models.V1Affinity affinity) withAutomountServiceAccountToken(Boolean automountServiceAccountToken) withContainers(io.kubernetes.client.openapi.models.V1Container... containers) withContainers(List<io.kubernetes.client.openapi.models.V1Container> containers) withDnsConfig(io.kubernetes.client.openapi.models.V1PodDNSConfig dnsConfig) withDnsPolicy(String dnsPolicy) withEnableServiceLinks(Boolean enableServiceLinks) withEphemeralContainers(io.kubernetes.client.openapi.models.V1EphemeralContainer... ephemeralContainers) withEphemeralContainers(List<io.kubernetes.client.openapi.models.V1EphemeralContainer> ephemeralContainers) withHostAliases(io.kubernetes.client.openapi.models.V1HostAlias... hostAliases) withHostAliases(List<io.kubernetes.client.openapi.models.V1HostAlias> hostAliases) withHostIPC(Boolean hostIPC) withHostname(String hostname) withHostNetwork(Boolean hostNetwork) withHostPID(Boolean hostPID) withHostUsers(Boolean hostUsers) withImagePullSecrets(io.kubernetes.client.openapi.models.V1LocalObjectReference... imagePullSecrets) withImagePullSecrets(List<io.kubernetes.client.openapi.models.V1LocalObjectReference> imagePullSecrets) withInitContainers(io.kubernetes.client.openapi.models.V1Container... initContainers) withInitContainers(List<io.kubernetes.client.openapi.models.V1Container> initContainers) withNewAffinityLike(io.kubernetes.client.openapi.models.V1Affinity item) withNewDnsConfigLike(io.kubernetes.client.openapi.models.V1PodDNSConfig item) withNewOsLike(io.kubernetes.client.openapi.models.V1PodOS item) withNewSecurityContextLike(io.kubernetes.client.openapi.models.V1PodSecurityContext item) withNodeName(String nodeName) <K,V> A withNodeSelector(Map<String, String> nodeSelector) withOs(io.kubernetes.client.openapi.models.V1PodOS os) <K,V> A withOverhead(Map<String, io.kubernetes.client.custom.Quantity> overhead) withPreemptionPolicy(String preemptionPolicy) withPriority(Integer priority) withPriorityClassName(String priorityClassName) withReadinessGates(io.kubernetes.client.openapi.models.V1PodReadinessGate... readinessGates) withReadinessGates(List<io.kubernetes.client.openapi.models.V1PodReadinessGate> readinessGates) withRestartPolicy(String restartPolicy) withRuntimeClassName(String runtimeClassName) withSchedulerName(String schedulerName) withSecurityContext(io.kubernetes.client.openapi.models.V1PodSecurityContext securityContext) withServiceAccount(String serviceAccount) withServiceAccountName(String serviceAccountName) withSetHostnameAsFQDN(Boolean setHostnameAsFQDN) withShareProcessNamespace(Boolean shareProcessNamespace) withSubdomain(String subdomain) withTerminationGracePeriodSeconds(Long terminationGracePeriodSeconds) withTolerations(io.kubernetes.client.openapi.models.V1Toleration... tolerations) withTolerations(List<io.kubernetes.client.openapi.models.V1Toleration> tolerations) withTopologySpreadConstraints(io.kubernetes.client.openapi.models.V1TopologySpreadConstraint... topologySpreadConstraints) withTopologySpreadConstraints(List<io.kubernetes.client.openapi.models.V1TopologySpreadConstraint> topologySpreadConstraints) withVolumes(io.kubernetes.client.openapi.models.V1Volume... volumes) withVolumes(List<io.kubernetes.client.openapi.models.V1Volume> volumes)
-
Method Details
-
getActiveDeadlineSeconds
Long getActiveDeadlineSeconds() -
withActiveDeadlineSeconds
-
hasActiveDeadlineSeconds
Boolean hasActiveDeadlineSeconds() -
getAffinity
Deprecated.This method has been deprecated, please use method buildAffinity instead.- Returns:
- The buildable object.
-
buildAffinity
io.kubernetes.client.openapi.models.V1Affinity buildAffinity() -
withAffinity
-
hasAffinity
Boolean hasAffinity() -
withNewAffinity
V1PodSpecFluent.AffinityNested<A> withNewAffinity() -
withNewAffinityLike
V1PodSpecFluent.AffinityNested<A> withNewAffinityLike(io.kubernetes.client.openapi.models.V1Affinity item) -
editAffinity
V1PodSpecFluent.AffinityNested<A> editAffinity() -
editOrNewAffinity
V1PodSpecFluent.AffinityNested<A> editOrNewAffinity() -
editOrNewAffinityLike
V1PodSpecFluent.AffinityNested<A> editOrNewAffinityLike(io.kubernetes.client.openapi.models.V1Affinity item) -
getAutomountServiceAccountToken
Boolean getAutomountServiceAccountToken() -
withAutomountServiceAccountToken
-
hasAutomountServiceAccountToken
Boolean hasAutomountServiceAccountToken() -
addToContainers
-
setToContainers
-
addToContainers
-
addAllToContainers
-
removeFromContainers
-
removeAllFromContainers
-
removeMatchingFromContainers
-
getContainers
Deprecated.This method has been deprecated, please use method buildContainers instead.- Returns:
- The buildable object.
-
buildContainers
List<io.kubernetes.client.openapi.models.V1Container> buildContainers() -
buildContainer
-
buildFirstContainer
io.kubernetes.client.openapi.models.V1Container buildFirstContainer() -
buildLastContainer
io.kubernetes.client.openapi.models.V1Container buildLastContainer() -
buildMatchingContainer
io.kubernetes.client.openapi.models.V1Container buildMatchingContainer(Predicate<V1ContainerBuilder> predicate) -
hasMatchingContainer
-
withContainers
-
withContainers
-
hasContainers
Boolean hasContainers() -
addNewContainer
V1PodSpecFluent.ContainersNested<A> addNewContainer() -
addNewContainerLike
V1PodSpecFluent.ContainersNested<A> addNewContainerLike(io.kubernetes.client.openapi.models.V1Container item) -
setNewContainerLike
V1PodSpecFluent.ContainersNested<A> setNewContainerLike(Integer index, io.kubernetes.client.openapi.models.V1Container item) -
editContainer
-
editFirstContainer
V1PodSpecFluent.ContainersNested<A> editFirstContainer() -
editLastContainer
V1PodSpecFluent.ContainersNested<A> editLastContainer() -
editMatchingContainer
-
getDnsConfig
Deprecated.This method has been deprecated, please use method buildDnsConfig instead.- Returns:
- The buildable object.
-
buildDnsConfig
io.kubernetes.client.openapi.models.V1PodDNSConfig buildDnsConfig() -
withDnsConfig
-
hasDnsConfig
Boolean hasDnsConfig() -
withNewDnsConfig
V1PodSpecFluent.DnsConfigNested<A> withNewDnsConfig() -
withNewDnsConfigLike
V1PodSpecFluent.DnsConfigNested<A> withNewDnsConfigLike(io.kubernetes.client.openapi.models.V1PodDNSConfig item) -
editDnsConfig
V1PodSpecFluent.DnsConfigNested<A> editDnsConfig() -
editOrNewDnsConfig
V1PodSpecFluent.DnsConfigNested<A> editOrNewDnsConfig() -
editOrNewDnsConfigLike
V1PodSpecFluent.DnsConfigNested<A> editOrNewDnsConfigLike(io.kubernetes.client.openapi.models.V1PodDNSConfig item) -
getDnsPolicy
String getDnsPolicy() -
withDnsPolicy
-
hasDnsPolicy
Boolean hasDnsPolicy() -
getEnableServiceLinks
Boolean getEnableServiceLinks() -
withEnableServiceLinks
-
hasEnableServiceLinks
Boolean hasEnableServiceLinks() -
addToEphemeralContainers
-
setToEphemeralContainers
-
addToEphemeralContainers
-
addAllToEphemeralContainers
A addAllToEphemeralContainers(Collection<io.kubernetes.client.openapi.models.V1EphemeralContainer> items) -
removeFromEphemeralContainers
-
removeAllFromEphemeralContainers
A removeAllFromEphemeralContainers(Collection<io.kubernetes.client.openapi.models.V1EphemeralContainer> items) -
removeMatchingFromEphemeralContainers
-
getEphemeralContainers
Deprecated.This method has been deprecated, please use method buildEphemeralContainers instead.- Returns:
- The buildable object.
-
buildEphemeralContainers
List<io.kubernetes.client.openapi.models.V1EphemeralContainer> buildEphemeralContainers() -
buildEphemeralContainer
-
buildFirstEphemeralContainer
io.kubernetes.client.openapi.models.V1EphemeralContainer buildFirstEphemeralContainer() -
buildLastEphemeralContainer
io.kubernetes.client.openapi.models.V1EphemeralContainer buildLastEphemeralContainer() -
buildMatchingEphemeralContainer
io.kubernetes.client.openapi.models.V1EphemeralContainer buildMatchingEphemeralContainer(Predicate<V1EphemeralContainerBuilder> predicate) -
hasMatchingEphemeralContainer
-
withEphemeralContainers
-
withEphemeralContainers
A withEphemeralContainers(io.kubernetes.client.openapi.models.V1EphemeralContainer... ephemeralContainers) -
hasEphemeralContainers
Boolean hasEphemeralContainers() -
addNewEphemeralContainer
V1PodSpecFluent.EphemeralContainersNested<A> addNewEphemeralContainer() -
addNewEphemeralContainerLike
V1PodSpecFluent.EphemeralContainersNested<A> addNewEphemeralContainerLike(io.kubernetes.client.openapi.models.V1EphemeralContainer item) -
setNewEphemeralContainerLike
V1PodSpecFluent.EphemeralContainersNested<A> setNewEphemeralContainerLike(Integer index, io.kubernetes.client.openapi.models.V1EphemeralContainer item) -
editEphemeralContainer
-
editFirstEphemeralContainer
V1PodSpecFluent.EphemeralContainersNested<A> editFirstEphemeralContainer() -
editLastEphemeralContainer
V1PodSpecFluent.EphemeralContainersNested<A> editLastEphemeralContainer() -
editMatchingEphemeralContainer
V1PodSpecFluent.EphemeralContainersNested<A> editMatchingEphemeralContainer(Predicate<V1EphemeralContainerBuilder> predicate) -
addToHostAliases
-
setToHostAliases
-
addToHostAliases
-
addAllToHostAliases
-
removeFromHostAliases
-
removeAllFromHostAliases
-
removeMatchingFromHostAliases
-
getHostAliases
Deprecated.This method has been deprecated, please use method buildHostAliases instead.- Returns:
- The buildable object.
-
buildHostAliases
List<io.kubernetes.client.openapi.models.V1HostAlias> buildHostAliases() -
buildHostAlias
-
buildFirstHostAlias
io.kubernetes.client.openapi.models.V1HostAlias buildFirstHostAlias() -
buildLastHostAlias
io.kubernetes.client.openapi.models.V1HostAlias buildLastHostAlias() -
buildMatchingHostAlias
io.kubernetes.client.openapi.models.V1HostAlias buildMatchingHostAlias(Predicate<V1HostAliasBuilder> predicate) -
hasMatchingHostAlias
-
withHostAliases
-
withHostAliases
-
hasHostAliases
Boolean hasHostAliases() -
addNewHostAlias
V1PodSpecFluent.HostAliasesNested<A> addNewHostAlias() -
addNewHostAliasLike
V1PodSpecFluent.HostAliasesNested<A> addNewHostAliasLike(io.kubernetes.client.openapi.models.V1HostAlias item) -
setNewHostAliasLike
V1PodSpecFluent.HostAliasesNested<A> setNewHostAliasLike(Integer index, io.kubernetes.client.openapi.models.V1HostAlias item) -
editHostAlias
-
editFirstHostAlias
V1PodSpecFluent.HostAliasesNested<A> editFirstHostAlias() -
editLastHostAlias
V1PodSpecFluent.HostAliasesNested<A> editLastHostAlias() -
editMatchingHostAlias
-
getHostIPC
Boolean getHostIPC() -
withHostIPC
-
hasHostIPC
Boolean hasHostIPC() -
getHostNetwork
Boolean getHostNetwork() -
withHostNetwork
-
hasHostNetwork
Boolean hasHostNetwork() -
getHostPID
Boolean getHostPID() -
withHostPID
-
hasHostPID
Boolean hasHostPID() -
getHostUsers
Boolean getHostUsers() -
withHostUsers
-
hasHostUsers
Boolean hasHostUsers() -
getHostname
String getHostname() -
withHostname
-
hasHostname
Boolean hasHostname() -
addToImagePullSecrets
-
setToImagePullSecrets
-
addToImagePullSecrets
-
addAllToImagePullSecrets
A addAllToImagePullSecrets(Collection<io.kubernetes.client.openapi.models.V1LocalObjectReference> items) -
removeFromImagePullSecrets
-
removeAllFromImagePullSecrets
A removeAllFromImagePullSecrets(Collection<io.kubernetes.client.openapi.models.V1LocalObjectReference> items) -
removeMatchingFromImagePullSecrets
-
getImagePullSecrets
Deprecated.This method has been deprecated, please use method buildImagePullSecrets instead.- Returns:
- The buildable object.
-
buildImagePullSecrets
List<io.kubernetes.client.openapi.models.V1LocalObjectReference> buildImagePullSecrets() -
buildImagePullSecret
-
buildFirstImagePullSecret
io.kubernetes.client.openapi.models.V1LocalObjectReference buildFirstImagePullSecret() -
buildLastImagePullSecret
io.kubernetes.client.openapi.models.V1LocalObjectReference buildLastImagePullSecret() -
buildMatchingImagePullSecret
io.kubernetes.client.openapi.models.V1LocalObjectReference buildMatchingImagePullSecret(Predicate<V1LocalObjectReferenceBuilder> predicate) -
hasMatchingImagePullSecret
-
withImagePullSecrets
-
withImagePullSecrets
A withImagePullSecrets(io.kubernetes.client.openapi.models.V1LocalObjectReference... imagePullSecrets) -
hasImagePullSecrets
Boolean hasImagePullSecrets() -
addNewImagePullSecret
V1PodSpecFluent.ImagePullSecretsNested<A> addNewImagePullSecret() -
addNewImagePullSecretLike
V1PodSpecFluent.ImagePullSecretsNested<A> addNewImagePullSecretLike(io.kubernetes.client.openapi.models.V1LocalObjectReference item) -
setNewImagePullSecretLike
V1PodSpecFluent.ImagePullSecretsNested<A> setNewImagePullSecretLike(Integer index, io.kubernetes.client.openapi.models.V1LocalObjectReference item) -
editImagePullSecret
-
editFirstImagePullSecret
V1PodSpecFluent.ImagePullSecretsNested<A> editFirstImagePullSecret() -
editLastImagePullSecret
V1PodSpecFluent.ImagePullSecretsNested<A> editLastImagePullSecret() -
editMatchingImagePullSecret
V1PodSpecFluent.ImagePullSecretsNested<A> editMatchingImagePullSecret(Predicate<V1LocalObjectReferenceBuilder> predicate) -
addToInitContainers
-
setToInitContainers
-
addToInitContainers
-
addAllToInitContainers
-
removeFromInitContainers
-
removeAllFromInitContainers
-
removeMatchingFromInitContainers
-
getInitContainers
Deprecated.This method has been deprecated, please use method buildInitContainers instead.- Returns:
- The buildable object.
-
buildInitContainers
List<io.kubernetes.client.openapi.models.V1Container> buildInitContainers() -
buildInitContainer
-
buildFirstInitContainer
io.kubernetes.client.openapi.models.V1Container buildFirstInitContainer() -
buildLastInitContainer
io.kubernetes.client.openapi.models.V1Container buildLastInitContainer() -
buildMatchingInitContainer
io.kubernetes.client.openapi.models.V1Container buildMatchingInitContainer(Predicate<V1ContainerBuilder> predicate) -
hasMatchingInitContainer
-
withInitContainers
-
withInitContainers
-
hasInitContainers
Boolean hasInitContainers() -
addNewInitContainer
V1PodSpecFluent.InitContainersNested<A> addNewInitContainer() -
addNewInitContainerLike
V1PodSpecFluent.InitContainersNested<A> addNewInitContainerLike(io.kubernetes.client.openapi.models.V1Container item) -
setNewInitContainerLike
V1PodSpecFluent.InitContainersNested<A> setNewInitContainerLike(Integer index, io.kubernetes.client.openapi.models.V1Container item) -
editInitContainer
-
editFirstInitContainer
V1PodSpecFluent.InitContainersNested<A> editFirstInitContainer() -
editLastInitContainer
V1PodSpecFluent.InitContainersNested<A> editLastInitContainer() -
editMatchingInitContainer
V1PodSpecFluent.InitContainersNested<A> editMatchingInitContainer(Predicate<V1ContainerBuilder> predicate) -
getNodeName
String getNodeName() -
withNodeName
-
hasNodeName
Boolean hasNodeName() -
addToNodeSelector
-
addToNodeSelector
-
removeFromNodeSelector
-
removeFromNodeSelector
-
getNodeSelector
-
withNodeSelector
-
hasNodeSelector
Boolean hasNodeSelector() -
getOs
Deprecated.This method has been deprecated, please use method buildOs instead.- Returns:
- The buildable object.
-
buildOs
io.kubernetes.client.openapi.models.V1PodOS buildOs() -
withOs
-
hasOs
Boolean hasOs() -
withNewOs
V1PodSpecFluent.OsNested<A> withNewOs() -
withNewOsLike
-
editOs
V1PodSpecFluent.OsNested<A> editOs() -
editOrNewOs
V1PodSpecFluent.OsNested<A> editOrNewOs() -
editOrNewOsLike
-
addToOverhead
-
addToOverhead
-
removeFromOverhead
-
removeFromOverhead
-
getOverhead
-
withOverhead
-
hasOverhead
Boolean hasOverhead() -
getPreemptionPolicy
String getPreemptionPolicy() -
withPreemptionPolicy
-
hasPreemptionPolicy
Boolean hasPreemptionPolicy() -
getPriority
Integer getPriority() -
withPriority
-
hasPriority
Boolean hasPriority() -
getPriorityClassName
String getPriorityClassName() -
withPriorityClassName
-
hasPriorityClassName
Boolean hasPriorityClassName() -
addToReadinessGates
-
setToReadinessGates
-
addToReadinessGates
-
addAllToReadinessGates
-
removeFromReadinessGates
-
removeAllFromReadinessGates
A removeAllFromReadinessGates(Collection<io.kubernetes.client.openapi.models.V1PodReadinessGate> items) -
removeMatchingFromReadinessGates
-
getReadinessGates
Deprecated.This method has been deprecated, please use method buildReadinessGates instead.- Returns:
- The buildable object.
-
buildReadinessGates
List<io.kubernetes.client.openapi.models.V1PodReadinessGate> buildReadinessGates() -
buildReadinessGate
-
buildFirstReadinessGate
io.kubernetes.client.openapi.models.V1PodReadinessGate buildFirstReadinessGate() -
buildLastReadinessGate
io.kubernetes.client.openapi.models.V1PodReadinessGate buildLastReadinessGate() -
buildMatchingReadinessGate
io.kubernetes.client.openapi.models.V1PodReadinessGate buildMatchingReadinessGate(Predicate<V1PodReadinessGateBuilder> predicate) -
hasMatchingReadinessGate
-
withReadinessGates
-
withReadinessGates
-
hasReadinessGates
Boolean hasReadinessGates() -
addNewReadinessGate
V1PodSpecFluent.ReadinessGatesNested<A> addNewReadinessGate() -
addNewReadinessGateLike
V1PodSpecFluent.ReadinessGatesNested<A> addNewReadinessGateLike(io.kubernetes.client.openapi.models.V1PodReadinessGate item) -
setNewReadinessGateLike
V1PodSpecFluent.ReadinessGatesNested<A> setNewReadinessGateLike(Integer index, io.kubernetes.client.openapi.models.V1PodReadinessGate item) -
editReadinessGate
-
editFirstReadinessGate
V1PodSpecFluent.ReadinessGatesNested<A> editFirstReadinessGate() -
editLastReadinessGate
V1PodSpecFluent.ReadinessGatesNested<A> editLastReadinessGate() -
editMatchingReadinessGate
V1PodSpecFluent.ReadinessGatesNested<A> editMatchingReadinessGate(Predicate<V1PodReadinessGateBuilder> predicate) -
getRestartPolicy
String getRestartPolicy() -
withRestartPolicy
-
hasRestartPolicy
Boolean hasRestartPolicy() -
getRuntimeClassName
String getRuntimeClassName() -
withRuntimeClassName
-
hasRuntimeClassName
Boolean hasRuntimeClassName() -
getSchedulerName
String getSchedulerName() -
withSchedulerName
-
hasSchedulerName
Boolean hasSchedulerName() -
getSecurityContext
Deprecated.This method has been deprecated, please use method buildSecurityContext instead.- Returns:
- The buildable object.
-
buildSecurityContext
io.kubernetes.client.openapi.models.V1PodSecurityContext buildSecurityContext() -
withSecurityContext
-
hasSecurityContext
Boolean hasSecurityContext() -
withNewSecurityContext
V1PodSpecFluent.SecurityContextNested<A> withNewSecurityContext() -
withNewSecurityContextLike
V1PodSpecFluent.SecurityContextNested<A> withNewSecurityContextLike(io.kubernetes.client.openapi.models.V1PodSecurityContext item) -
editSecurityContext
V1PodSpecFluent.SecurityContextNested<A> editSecurityContext() -
editOrNewSecurityContext
V1PodSpecFluent.SecurityContextNested<A> editOrNewSecurityContext() -
editOrNewSecurityContextLike
V1PodSpecFluent.SecurityContextNested<A> editOrNewSecurityContextLike(io.kubernetes.client.openapi.models.V1PodSecurityContext item) -
getServiceAccount
String getServiceAccount() -
withServiceAccount
-
hasServiceAccount
Boolean hasServiceAccount() -
getServiceAccountName
String getServiceAccountName() -
withServiceAccountName
-
hasServiceAccountName
Boolean hasServiceAccountName() -
getSetHostnameAsFQDN
Boolean getSetHostnameAsFQDN() -
withSetHostnameAsFQDN
-
hasSetHostnameAsFQDN
Boolean hasSetHostnameAsFQDN() -
getSubdomain
String getSubdomain() -
withSubdomain
-
hasSubdomain
Boolean hasSubdomain() -
getTerminationGracePeriodSeconds
Long getTerminationGracePeriodSeconds() -
withTerminationGracePeriodSeconds
-
hasTerminationGracePeriodSeconds
Boolean hasTerminationGracePeriodSeconds() -
addToTolerations
-
setToTolerations
-
addToTolerations
-
addAllToTolerations
-
removeFromTolerations
-
removeAllFromTolerations
-
removeMatchingFromTolerations
-
getTolerations
Deprecated.This method has been deprecated, please use method buildTolerations instead.- Returns:
- The buildable object.
-
buildTolerations
List<io.kubernetes.client.openapi.models.V1Toleration> buildTolerations() -
buildToleration
-
buildFirstToleration
io.kubernetes.client.openapi.models.V1Toleration buildFirstToleration() -
buildLastToleration
io.kubernetes.client.openapi.models.V1Toleration buildLastToleration() -
buildMatchingToleration
io.kubernetes.client.openapi.models.V1Toleration buildMatchingToleration(Predicate<V1TolerationBuilder> predicate) -
hasMatchingToleration
-
withTolerations
-
withTolerations
-
hasTolerations
Boolean hasTolerations() -
addNewToleration
V1PodSpecFluent.TolerationsNested<A> addNewToleration() -
addNewTolerationLike
V1PodSpecFluent.TolerationsNested<A> addNewTolerationLike(io.kubernetes.client.openapi.models.V1Toleration item) -
setNewTolerationLike
V1PodSpecFluent.TolerationsNested<A> setNewTolerationLike(Integer index, io.kubernetes.client.openapi.models.V1Toleration item) -
editToleration
-
editFirstToleration
V1PodSpecFluent.TolerationsNested<A> editFirstToleration() -
editLastToleration
V1PodSpecFluent.TolerationsNested<A> editLastToleration() -
editMatchingToleration
V1PodSpecFluent.TolerationsNested<A> editMatchingToleration(Predicate<V1TolerationBuilder> predicate) -
addToTopologySpreadConstraints
-
setToTopologySpreadConstraints
-
addToTopologySpreadConstraints
A addToTopologySpreadConstraints(io.kubernetes.client.openapi.models.V1TopologySpreadConstraint... items) -
addAllToTopologySpreadConstraints
A addAllToTopologySpreadConstraints(Collection<io.kubernetes.client.openapi.models.V1TopologySpreadConstraint> items) -
removeFromTopologySpreadConstraints
A removeFromTopologySpreadConstraints(io.kubernetes.client.openapi.models.V1TopologySpreadConstraint... items) -
removeAllFromTopologySpreadConstraints
A removeAllFromTopologySpreadConstraints(Collection<io.kubernetes.client.openapi.models.V1TopologySpreadConstraint> items) -
removeMatchingFromTopologySpreadConstraints
A removeMatchingFromTopologySpreadConstraints(Predicate<V1TopologySpreadConstraintBuilder> predicate) -
getTopologySpreadConstraints
@Deprecated List<io.kubernetes.client.openapi.models.V1TopologySpreadConstraint> getTopologySpreadConstraints()Deprecated.This method has been deprecated, please use method buildTopologySpreadConstraints instead.- Returns:
- The buildable object.
-
buildTopologySpreadConstraints
List<io.kubernetes.client.openapi.models.V1TopologySpreadConstraint> buildTopologySpreadConstraints() -
buildTopologySpreadConstraint
io.kubernetes.client.openapi.models.V1TopologySpreadConstraint buildTopologySpreadConstraint(Integer index) -
buildFirstTopologySpreadConstraint
io.kubernetes.client.openapi.models.V1TopologySpreadConstraint buildFirstTopologySpreadConstraint() -
buildLastTopologySpreadConstraint
io.kubernetes.client.openapi.models.V1TopologySpreadConstraint buildLastTopologySpreadConstraint() -
buildMatchingTopologySpreadConstraint
io.kubernetes.client.openapi.models.V1TopologySpreadConstraint buildMatchingTopologySpreadConstraint(Predicate<V1TopologySpreadConstraintBuilder> predicate) -
hasMatchingTopologySpreadConstraint
-
withTopologySpreadConstraints
-
withTopologySpreadConstraints
A withTopologySpreadConstraints(io.kubernetes.client.openapi.models.V1TopologySpreadConstraint... topologySpreadConstraints) -
hasTopologySpreadConstraints
Boolean hasTopologySpreadConstraints() -
addNewTopologySpreadConstraint
V1PodSpecFluent.TopologySpreadConstraintsNested<A> addNewTopologySpreadConstraint() -
addNewTopologySpreadConstraintLike
V1PodSpecFluent.TopologySpreadConstraintsNested<A> addNewTopologySpreadConstraintLike(io.kubernetes.client.openapi.models.V1TopologySpreadConstraint item) -
setNewTopologySpreadConstraintLike
V1PodSpecFluent.TopologySpreadConstraintsNested<A> setNewTopologySpreadConstraintLike(Integer index, io.kubernetes.client.openapi.models.V1TopologySpreadConstraint item) -
editTopologySpreadConstraint
-
editFirstTopologySpreadConstraint
V1PodSpecFluent.TopologySpreadConstraintsNested<A> editFirstTopologySpreadConstraint() -
editLastTopologySpreadConstraint
V1PodSpecFluent.TopologySpreadConstraintsNested<A> editLastTopologySpreadConstraint() -
editMatchingTopologySpreadConstraint
V1PodSpecFluent.TopologySpreadConstraintsNested<A> editMatchingTopologySpreadConstraint(Predicate<V1TopologySpreadConstraintBuilder> predicate) -
addToVolumes
-
setToVolumes
-
addToVolumes
-
addAllToVolumes
-
removeFromVolumes
-
removeAllFromVolumes
-
removeMatchingFromVolumes
-
getVolumes
Deprecated.This method has been deprecated, please use method buildVolumes instead.- Returns:
- The buildable object.
-
buildVolumes
List<io.kubernetes.client.openapi.models.V1Volume> buildVolumes() -
buildVolume
-
buildFirstVolume
io.kubernetes.client.openapi.models.V1Volume buildFirstVolume() -
buildLastVolume
io.kubernetes.client.openapi.models.V1Volume buildLastVolume() -
buildMatchingVolume
io.kubernetes.client.openapi.models.V1Volume buildMatchingVolume(Predicate<V1VolumeBuilder> predicate) -
hasMatchingVolume
-
withVolumes
-
withVolumes
-
hasVolumes
Boolean hasVolumes() -
addNewVolume
V1PodSpecFluent.VolumesNested<A> addNewVolume() -
addNewVolumeLike
V1PodSpecFluent.VolumesNested<A> addNewVolumeLike(io.kubernetes.client.openapi.models.V1Volume item) -
setNewVolumeLike
V1PodSpecFluent.VolumesNested<A> setNewVolumeLike(Integer index, io.kubernetes.client.openapi.models.V1Volume item) -
editVolume
-
editFirstVolume
V1PodSpecFluent.VolumesNested<A> editFirstVolume() -
editLastVolume
V1PodSpecFluent.VolumesNested<A> editLastVolume() -
editMatchingVolume
-
withAutomountServiceAccountToken
A withAutomountServiceAccountToken() -
withEnableServiceLinks
A withEnableServiceLinks() -
withHostIPC
A withHostIPC() -
withHostNetwork
A withHostNetwork() -
withHostPID
A withHostPID() -
withHostUsers
A withHostUsers() -
withSetHostnameAsFQDN
A withSetHostnameAsFQDN()
-