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

me.snowdrop.istio.api.model.v1.mixer.template.CheckNothing Maven / Gradle / Ivy

/**
 * Copyright 2018 Red Hat, Inc. and/or its affiliates.
 * 

* Licensed under the Eclipse Public License version 1.0, available at * http://www.eclipse.org/legal/epl-v10.html */ package me.snowdrop.istio.api.model.v1.mixer.template; import com.fasterxml.jackson.databind.annotation.JsonDeserialize; import io.fabric8.kubernetes.api.model.Doneable; import io.sundr.builder.annotations.Buildable; import io.sundr.builder.annotations.Inline; import lombok.EqualsAndHashCode; import lombok.ToString; import me.snowdrop.istio.api.model.IstioBaseSpec; /** * @author Christophe Laprun */ @JsonDeserialize @ToString @EqualsAndHashCode @Buildable(editableEnabled = false, validationEnabled = true, generateBuilderPackage = true, builderPackage = "me.snowdrop.istio.api.builder", inline = @Inline(type = Doneable.class, prefix = "Doneable", value = "done")) public class CheckNothing extends IstioBaseSpec { @Override public String getKind() { return "checknothing"; } }





© 2015 - 2025 Weber Informatics LLC | Privacy Policy