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

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

There is a newer version: 6.13.4
Show newest version
package io.fabric8.kubernetes.api.model;

import java.io.Serializable;
import io.fabric8.kubernetes.api.builder.Editable;

public class EditableNamedCluster extends NamedCluster implements Editable{


public EditableNamedCluster(){
    super();
}
public EditableNamedCluster( Cluster cluster , String name ){
    super(cluster, name);
}

public NamedClusterBuilder edit(){
    return new NamedClusterBuilder(this);
}


}
    




© 2015 - 2025 Weber Informatics LLC | Privacy Policy