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

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

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 V1CustomResourceSubresourceScaleFluent> extends Fluent{
  public String getLabelSelectorPath();
  public A withLabelSelectorPath(String labelSelectorPath);
  public Boolean hasLabelSelectorPath();
  public String getSpecReplicasPath();
  public A withSpecReplicasPath(String specReplicasPath);
  public Boolean hasSpecReplicasPath();
  public String getStatusReplicasPath();
  public A withStatusReplicasPath(String statusReplicasPath);
  public Boolean hasStatusReplicasPath();
  
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy