public class io.fabric.knative.eventing.contrib.prometheus.v1alpha.EditablePrometheusSource extends io.fabric.knative.eventing.contrib.prometheus.v1alpha.PrometheusSource implements io.fabric.kubernetes.api.builder.Editable
{
public void <init>()
{
io.fabric.knative.eventing.contrib.prometheus.v1alpha.EditablePrometheusSource v;
v := @this: io.fabric.knative.eventing.contrib.prometheus.v1alpha.EditablePrometheusSource;
specialinvoke v.<io.fabric.knative.eventing.contrib.prometheus.v1alpha.PrometheusSource: void <init>()>();
return;
}
public void <init>(java.lang.String, java.lang.String, io.fabric.kubernetes.api.model.ObjectMeta, io.fabric.knative.eventing.contrib.prometheus.v1alpha.PrometheusSourceSpec, io.fabric.knative.eventing.contrib.prometheus.v1alpha.PrometheusSourceStatus)
{
io.fabric.kubernetes.api.model.ObjectMeta v;
java.lang.String v, v;
io.fabric.knative.eventing.contrib.prometheus.v1alpha.EditablePrometheusSource v;
io.fabric.knative.eventing.contrib.prometheus.v1alpha.PrometheusSourceStatus v;
io.fabric.knative.eventing.contrib.prometheus.v1alpha.PrometheusSourceSpec v;
v := @this: io.fabric.knative.eventing.contrib.prometheus.v1alpha.EditablePrometheusSource;
v := @parameter: java.lang.String;
v := @parameter: java.lang.String;
v := @parameter: io.fabric.kubernetes.api.model.ObjectMeta;
v := @parameter: io.fabric.knative.eventing.contrib.prometheus.v1alpha.PrometheusSourceSpec;
v := @parameter: io.fabric.knative.eventing.contrib.prometheus.v1alpha.PrometheusSourceStatus;
specialinvoke v.<io.fabric.knative.eventing.contrib.prometheus.v1alpha.PrometheusSource: void <init>(java.lang.String,java.lang.String,io.fabric.kubernetes.api.model.ObjectMeta,io.fabric.knative.eventing.contrib.prometheus.v1alpha.PrometheusSourceSpec,io.fabric.knative.eventing.contrib.prometheus.v1alpha.PrometheusSourceStatus)>(v, v, v, v, v);
return;
}
public io.fabric.knative.eventing.contrib.prometheus.v1alpha.PrometheusSourceBuilder edit()
{
io.fabric.knative.eventing.contrib.prometheus.v1alpha.PrometheusSourceBuilder v;
io.fabric.knative.eventing.contrib.prometheus.v1alpha.EditablePrometheusSource v;
v := @this: io.fabric.knative.eventing.contrib.prometheus.v1alpha.EditablePrometheusSource;
v = new io.fabric.knative.eventing.contrib.prometheus.v1alpha.PrometheusSourceBuilder;
specialinvoke v.<io.fabric.knative.eventing.contrib.prometheus.v1alpha.PrometheusSourceBuilder: void <init>(io.fabric.knative.eventing.contrib.prometheus.v1alpha.PrometheusSource)>(v);
return v;
}
}