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

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

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

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

public class EditableHandler extends Handler implements Editable{


public EditableHandler(){
    super();
}
public EditableHandler( ExecAction exec , HTTPGetAction httpGet , TCPSocketAction tcpSocket ){
    super(exec, httpGet, tcpSocket);
}

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


}
    




© 2015 - 2025 Weber Informatics LLC | Privacy Policy