Interface PodTemplateFluent<A extends PodTemplateFluent<A>>

    • Method Detail

      • getMetadata

        @Deprecated
        MetadataTemplate getMetadata()
        Deprecated.
        This method has been deprecated, please use method buildMetadata instead.
        Returns:
        The buildable object.
      • hasMetadata

        Boolean hasMetadata()
      • addToImagePullSecrets

        A addToImagePullSecrets​(int index,
                                io.fabric8.kubernetes.api.model.LocalObjectReference item)
      • setToImagePullSecrets

        A setToImagePullSecrets​(int index,
                                io.fabric8.kubernetes.api.model.LocalObjectReference item)
      • addToImagePullSecrets

        A addToImagePullSecrets​(io.fabric8.kubernetes.api.model.LocalObjectReference... items)
      • addAllToImagePullSecrets

        A addAllToImagePullSecrets​(Collection<io.fabric8.kubernetes.api.model.LocalObjectReference> items)
      • removeFromImagePullSecrets

        A removeFromImagePullSecrets​(io.fabric8.kubernetes.api.model.LocalObjectReference... items)
      • removeAllFromImagePullSecrets

        A removeAllFromImagePullSecrets​(Collection<io.fabric8.kubernetes.api.model.LocalObjectReference> items)
      • getImagePullSecrets

        List<io.fabric8.kubernetes.api.model.LocalObjectReference> getImagePullSecrets()
      • getImagePullSecret

        io.fabric8.kubernetes.api.model.LocalObjectReference getImagePullSecret​(int index)
      • getFirstImagePullSecret

        io.fabric8.kubernetes.api.model.LocalObjectReference getFirstImagePullSecret()
      • getLastImagePullSecret

        io.fabric8.kubernetes.api.model.LocalObjectReference getLastImagePullSecret()
      • getMatchingImagePullSecret

        io.fabric8.kubernetes.api.model.LocalObjectReference getMatchingImagePullSecret​(Predicate<io.fabric8.kubernetes.api.model.LocalObjectReference> predicate)
      • hasMatchingImagePullSecret

        Boolean hasMatchingImagePullSecret​(Predicate<io.fabric8.kubernetes.api.model.LocalObjectReference> predicate)
      • withImagePullSecrets

        A withImagePullSecrets​(List<io.fabric8.kubernetes.api.model.LocalObjectReference> imagePullSecrets)
      • withImagePullSecrets

        A withImagePullSecrets​(io.fabric8.kubernetes.api.model.LocalObjectReference... imagePullSecrets)
      • hasImagePullSecrets

        Boolean hasImagePullSecrets()
      • addNewImagePullSecret

        A addNewImagePullSecret​(String name)
      • getSecurityContext

        io.fabric8.kubernetes.api.model.PodSecurityContext getSecurityContext()
      • withSecurityContext

        A withSecurityContext​(io.fabric8.kubernetes.api.model.PodSecurityContext securityContext)
      • hasSecurityContext

        Boolean hasSecurityContext()
      • getTerminationGracePeriodSeconds

        int getTerminationGracePeriodSeconds()
      • withTerminationGracePeriodSeconds

        A withTerminationGracePeriodSeconds​(int terminationGracePeriodSeconds)
      • hasTerminationGracePeriodSeconds

        Boolean hasTerminationGracePeriodSeconds()
      • getAffinity

        io.fabric8.kubernetes.api.model.Affinity getAffinity()
      • withAffinity

        A withAffinity​(io.fabric8.kubernetes.api.model.Affinity affinity)
      • hasAffinity

        Boolean hasAffinity()
      • addToTolerations

        A addToTolerations​(int index,
                           io.fabric8.kubernetes.api.model.Toleration item)
      • setToTolerations

        A setToTolerations​(int index,
                           io.fabric8.kubernetes.api.model.Toleration item)
      • addToTolerations

        A addToTolerations​(io.fabric8.kubernetes.api.model.Toleration... items)
      • addAllToTolerations

        A addAllToTolerations​(Collection<io.fabric8.kubernetes.api.model.Toleration> items)
      • removeFromTolerations

        A removeFromTolerations​(io.fabric8.kubernetes.api.model.Toleration... items)
      • removeAllFromTolerations

        A removeAllFromTolerations​(Collection<io.fabric8.kubernetes.api.model.Toleration> items)
      • getTolerations

        List<io.fabric8.kubernetes.api.model.Toleration> getTolerations()
      • getToleration

        io.fabric8.kubernetes.api.model.Toleration getToleration​(int index)
      • getFirstToleration

        io.fabric8.kubernetes.api.model.Toleration getFirstToleration()
      • getLastToleration

        io.fabric8.kubernetes.api.model.Toleration getLastToleration()
      • getMatchingToleration

        io.fabric8.kubernetes.api.model.Toleration getMatchingToleration​(Predicate<io.fabric8.kubernetes.api.model.Toleration> predicate)
      • hasMatchingToleration

        Boolean hasMatchingToleration​(Predicate<io.fabric8.kubernetes.api.model.Toleration> predicate)
      • withTolerations

        A withTolerations​(List<io.fabric8.kubernetes.api.model.Toleration> tolerations)
      • withTolerations

        A withTolerations​(io.fabric8.kubernetes.api.model.Toleration... tolerations)
      • hasTolerations

        Boolean hasTolerations()
      • addToTopologySpreadConstraints

        A addToTopologySpreadConstraints​(int index,
                                         io.fabric8.kubernetes.api.model.TopologySpreadConstraint item)
      • setToTopologySpreadConstraints

        A setToTopologySpreadConstraints​(int index,
                                         io.fabric8.kubernetes.api.model.TopologySpreadConstraint item)
      • addToTopologySpreadConstraints

        A addToTopologySpreadConstraints​(io.fabric8.kubernetes.api.model.TopologySpreadConstraint... items)
      • addAllToTopologySpreadConstraints

        A addAllToTopologySpreadConstraints​(Collection<io.fabric8.kubernetes.api.model.TopologySpreadConstraint> items)
      • removeFromTopologySpreadConstraints

        A removeFromTopologySpreadConstraints​(io.fabric8.kubernetes.api.model.TopologySpreadConstraint... items)
      • removeAllFromTopologySpreadConstraints

        A removeAllFromTopologySpreadConstraints​(Collection<io.fabric8.kubernetes.api.model.TopologySpreadConstraint> items)
      • getTopologySpreadConstraints

        List<io.fabric8.kubernetes.api.model.TopologySpreadConstraint> getTopologySpreadConstraints()
      • getTopologySpreadConstraint

        io.fabric8.kubernetes.api.model.TopologySpreadConstraint getTopologySpreadConstraint​(int index)
      • getFirstTopologySpreadConstraint

        io.fabric8.kubernetes.api.model.TopologySpreadConstraint getFirstTopologySpreadConstraint()
      • getLastTopologySpreadConstraint

        io.fabric8.kubernetes.api.model.TopologySpreadConstraint getLastTopologySpreadConstraint()
      • getMatchingTopologySpreadConstraint

        io.fabric8.kubernetes.api.model.TopologySpreadConstraint getMatchingTopologySpreadConstraint​(Predicate<io.fabric8.kubernetes.api.model.TopologySpreadConstraint> predicate)
      • hasMatchingTopologySpreadConstraint

        Boolean hasMatchingTopologySpreadConstraint​(Predicate<io.fabric8.kubernetes.api.model.TopologySpreadConstraint> predicate)
      • withTopologySpreadConstraints

        A withTopologySpreadConstraints​(List<io.fabric8.kubernetes.api.model.TopologySpreadConstraint> topologySpreadConstraints)
      • withTopologySpreadConstraints

        A withTopologySpreadConstraints​(io.fabric8.kubernetes.api.model.TopologySpreadConstraint... topologySpreadConstraints)
      • hasTopologySpreadConstraints

        Boolean hasTopologySpreadConstraints()
      • getPriorityClassName

        String getPriorityClassName()
      • withPriorityClassName

        A withPriorityClassName​(String priorityClassName)
      • hasPriorityClassName

        Boolean hasPriorityClassName()
      • withNewPriorityClassName

        A withNewPriorityClassName​(StringBuilder arg1)
      • withNewPriorityClassName

        A withNewPriorityClassName​(int[] arg1,
                                   int arg2,
                                   int arg3)
      • withNewPriorityClassName

        A withNewPriorityClassName​(char[] arg1)
      • withNewPriorityClassName

        A withNewPriorityClassName​(StringBuffer arg1)
      • withNewPriorityClassName

        A withNewPriorityClassName​(byte[] arg1,
                                   int arg2)
      • withNewPriorityClassName

        A withNewPriorityClassName​(byte[] arg1)
      • withNewPriorityClassName

        A withNewPriorityClassName​(char[] arg1,
                                   int arg2,
                                   int arg3)
      • withNewPriorityClassName

        A withNewPriorityClassName​(byte[] arg1,
                                   int arg2,
                                   int arg3)
      • withNewPriorityClassName

        A withNewPriorityClassName​(byte[] arg1,
                                   int arg2,
                                   int arg3,
                                   int arg4)
      • withNewPriorityClassName

        A withNewPriorityClassName​(String arg1)
      • getSchedulerName

        String getSchedulerName()
      • withSchedulerName

        A withSchedulerName​(String schedulerName)
      • hasSchedulerName

        Boolean hasSchedulerName()
      • withNewSchedulerName

        A withNewSchedulerName​(StringBuilder arg1)
      • withNewSchedulerName

        A withNewSchedulerName​(int[] arg1,
                               int arg2,
                               int arg3)
      • withNewSchedulerName

        A withNewSchedulerName​(char[] arg1)
      • withNewSchedulerName

        A withNewSchedulerName​(StringBuffer arg1)
      • withNewSchedulerName

        A withNewSchedulerName​(byte[] arg1,
                               int arg2)
      • withNewSchedulerName

        A withNewSchedulerName​(byte[] arg1)
      • withNewSchedulerName

        A withNewSchedulerName​(char[] arg1,
                               int arg2,
                               int arg3)
      • withNewSchedulerName

        A withNewSchedulerName​(byte[] arg1,
                               int arg2,
                               int arg3)
      • withNewSchedulerName

        A withNewSchedulerName​(byte[] arg1,
                               int arg2,
                               int arg3,
                               int arg4)
      • withNewSchedulerName

        A withNewSchedulerName​(String arg1)
      • addToHostAliases

        A addToHostAliases​(int index,
                           io.fabric8.kubernetes.api.model.HostAlias item)
      • setToHostAliases

        A setToHostAliases​(int index,
                           io.fabric8.kubernetes.api.model.HostAlias item)
      • addToHostAliases

        A addToHostAliases​(io.fabric8.kubernetes.api.model.HostAlias... items)
      • addAllToHostAliases

        A addAllToHostAliases​(Collection<io.fabric8.kubernetes.api.model.HostAlias> items)
      • removeFromHostAliases

        A removeFromHostAliases​(io.fabric8.kubernetes.api.model.HostAlias... items)
      • removeAllFromHostAliases

        A removeAllFromHostAliases​(Collection<io.fabric8.kubernetes.api.model.HostAlias> items)
      • getHostAliases

        List<io.fabric8.kubernetes.api.model.HostAlias> getHostAliases()
      • getHostAlias

        io.fabric8.kubernetes.api.model.HostAlias getHostAlias​(int index)
      • getFirstHostAlias

        io.fabric8.kubernetes.api.model.HostAlias getFirstHostAlias()
      • getLastHostAlias

        io.fabric8.kubernetes.api.model.HostAlias getLastHostAlias()
      • getMatchingHostAlias

        io.fabric8.kubernetes.api.model.HostAlias getMatchingHostAlias​(Predicate<io.fabric8.kubernetes.api.model.HostAlias> predicate)
      • hasMatchingHostAlias

        Boolean hasMatchingHostAlias​(Predicate<io.fabric8.kubernetes.api.model.HostAlias> predicate)
      • withHostAliases

        A withHostAliases​(List<io.fabric8.kubernetes.api.model.HostAlias> hostAliases)
      • withHostAliases

        A withHostAliases​(io.fabric8.kubernetes.api.model.HostAlias... hostAliases)
      • hasHostAliases

        Boolean hasHostAliases()
      • getEnableServiceLinks

        Boolean getEnableServiceLinks()
      • withEnableServiceLinks

        A withEnableServiceLinks​(Boolean enableServiceLinks)
      • hasEnableServiceLinks

        Boolean hasEnableServiceLinks()
      • withNewEnableServiceLinks

        A withNewEnableServiceLinks​(String arg1)
      • withNewEnableServiceLinks

        A withNewEnableServiceLinks​(boolean arg1)