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

annotations.io.alauda.kubernetes.api.model.PatchFluentImpl Maven / Gradle / Ivy

There is a newer version: 0.2.12
Show newest version
package io.alauda.kubernetes.api.model;

import io.alauda.kubernetes.api.builder.BaseFluent;
import java.lang.Object;

public class PatchFluentImpl> extends io.alauda.kubernetes.api.builder.BaseFluent implements PatchFluent{


    public PatchFluentImpl(){
    }
    public PatchFluentImpl(Patch instance){
    }

    public boolean equals(Object o){
            if (this == o) return true;
            if (o == null || getClass() != o.getClass()) return false;
            if (!super.equals(o)) return false;
            PatchFluentImpl that = (PatchFluentImpl) o;
            return true;
    }




}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy