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

io.kubernetes.client.openapi.models.V1WindowsSecurityContextOptionsFluent Maven / Gradle / Ivy

There is a newer version: 23.0.0-legacy
Show newest version
package io.kubernetes.client.openapi.models;

import com.google.gson.annotations.SerializedName;
import io.kubernetes.client.fluent.Fluent;
import java.lang.String;
import java.lang.Boolean;

 /**
  * Generated
  */
public interface V1WindowsSecurityContextOptionsFluent> extends Fluent{
  public String getGmsaCredentialSpec();
  public A withGmsaCredentialSpec(String gmsaCredentialSpec);
  public Boolean hasGmsaCredentialSpec();
  public String getGmsaCredentialSpecName();
  public A withGmsaCredentialSpecName(String gmsaCredentialSpecName);
  public Boolean hasGmsaCredentialSpecName();
  public Boolean getHostProcess();
  public A withHostProcess(Boolean hostProcess);
  public Boolean hasHostProcess();
  public String getRunAsUserName();
  public A withRunAsUserName(String runAsUserName);
  public Boolean hasRunAsUserName();
  public A withHostProcess();
  
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy