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

io.alauda.kubernetes.api.model.KubernetesListFluentImpl Maven / Gradle / Ivy

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

import java.lang.Object;

public class KubernetesListFluentImpl> extends BaseKubernetesListFluentImpl implements KubernetesListFluent{


    public KubernetesListFluentImpl(){
    }
    public KubernetesListFluentImpl(KubernetesList instance){
            this.withApiVersion(instance.getApiVersion()); 
            this.withItems(instance.getItems()); 
            this.withKind(instance.getKind()); 
            this.withMetadata(instance.getMetadata()); 
    }

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




}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy