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

io.kubernetes.client.models.V1ComponentConditionFluent Maven / Gradle / Ivy

package io.kubernetes.client.models;

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

public interface V1ComponentConditionFluent> extends Fluent{


    public String getError();
    public A withError(String error);
    public Boolean hasError();
    public String getMessage();
    public A withMessage(String message);
    public Boolean hasMessage();
    public String getStatus();
    public A withStatus(String status);
    public Boolean hasStatus();
    public String getType();
    public A withType(String type);
    public Boolean hasType();



}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy