All Downloads are FREE. Search and download functionalities are using the official Maven repository.

io.fabric8.kubernetes.api.model.PodSpecFluent Maven / Gradle / Ivy

package io.fabric8.kubernetes.api.model;

import java.util.ArrayList;
import java.util.RandomAccess;
import java.util.List;
import java.util.Map;
import java.util.Map;
import java.util.List;
import java.util.AbstractCollection;
import java.util.List;
import java.util.AbstractList;
import java.util.HashMap;
import java.io.Serializable;
import java.util.Map;
import java.util.Collection;
import java.util.AbstractMap;
import java.util.List;
import io.fabric8.kubernetes.api.builder.Fluent;
import io.fabric8.kubernetes.api.builder.Nested;

public interface PodSpecFluent> extends Fluent{


    public Long getActiveDeadlineSeconds();    public T withActiveDeadlineSeconds( Long activeDeadlineSeconds);    public T addToContainers( Container ...items);    public T removeFromContainers( Container ...items);    public List getContainers();    public T withContainers( List containers);    public T withContainers( Container ...containers);    public ContainersNested addNewContainer();    public ContainersNested addNewContainerLike( Container item);    public String getDnsPolicy();    public T withDnsPolicy( String dnsPolicy);    public String getHost();    public T withHost( String host);    public Boolean isHostIPC();    public T withHostIPC( Boolean hostIPC);    public Boolean isHostNetwork();    public T withHostNetwork( Boolean hostNetwork);    public Boolean isHostPID();    public T withHostPID( Boolean hostPID);    public T addToImagePullSecrets( LocalObjectReference ...items);    public T removeFromImagePullSecrets( LocalObjectReference ...items);    public List getImagePullSecrets();    public T withImagePullSecrets( List imagePullSecrets);    public T withImagePullSecrets( LocalObjectReference ...imagePullSecrets);    public ImagePullSecretsNested addNewImagePullSecret();    public ImagePullSecretsNested addNewImagePullSecretLike( LocalObjectReference item);    public T addNewImagePullSecret( String name);    public String getNodeName();    public T withNodeName( String nodeName);    public T addToNodeSelector( String key,  String value);    public T addToNodeSelector( Map map);    public T removeFromNodeSelector( String key);    public T removeFromNodeSelector( Map map);    public Map getNodeSelector();    public T withNodeSelector( Map nodeSelector);    public String getRestartPolicy();    public T withRestartPolicy( String restartPolicy);    public PodSecurityContext getSecurityContext();    public T withSecurityContext( PodSecurityContext securityContext);    public SecurityContextNested withNewSecurityContext();    public SecurityContextNested withNewSecurityContextLike( PodSecurityContext item);    public SecurityContextNested editSecurityContext();    public String getServiceAccount();    public T withServiceAccount( String serviceAccount);    public String getServiceAccountName();    public T withServiceAccountName( String serviceAccountName);    public Long getTerminationGracePeriodSeconds();    public T withTerminationGracePeriodSeconds( Long terminationGracePeriodSeconds);    public T addToVolumes( Volume ...items);    public T removeFromVolumes( Volume ...items);    public List getVolumes();    public T withVolumes( List volumes);    public T withVolumes( Volume ...volumes);    public VolumesNested addNewVolume();    public VolumesNested addNewVolumeLike( Volume item);    public T addToAdditionalProperties( String key,  Object value);    public T addToAdditionalProperties( Map map);    public T removeFromAdditionalProperties( String key);    public T removeFromAdditionalProperties( Map map);    public Map getAdditionalProperties();    public T withAdditionalProperties( Map additionalProperties);
    public interface ContainersNested extends Nested, ContainerFluent>{
            public N and();            public N endContainer();        
}

    public interface ImagePullSecretsNested extends Nested, LocalObjectReferenceFluent>{
            public N and();            public N endImagePullSecret();        
}

    public interface SecurityContextNested extends Nested, PodSecurityContextFluent>{
            public N and();            public N endSecurityContext();        
}

    public interface VolumesNested extends Nested, VolumeFluent>{
            public N and();            public N endVolume();        
}


}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy