
me.snowdrop.istio.client.IstioDsl Maven / Gradle / Ivy
package me.snowdrop.istio.client;
import io.fabric8.kubernetes.client.dsl.MixedOperation;
import io.fabric8.kubernetes.client.dsl.Resource;
import me.snowdrop.istio.api.networking.v1alpha3.DoneableEnvoyFilter;
import me.snowdrop.istio.api.networking.v1alpha3.EnvoyFilter;
import me.snowdrop.istio.api.networking.v1alpha3.EnvoyFilterList;
import me.snowdrop.istio.api.networking.v1beta1.*;
import me.snowdrop.istio.api.policy.v1beta1.*;
import me.snowdrop.istio.api.rbac.v1alpha1.*;
public interface IstioDsl {
MixedOperation> v1alpha3DestinationRule();
MixedOperation> v1beta1DestinationRule();
MixedOperation> v1alpha3EnvoyFilter();
MixedOperation> v1beta1Gateway();
MixedOperation> v1alpha3Gateway();
MixedOperation> v1beta1ServiceEntry();
MixedOperation> v1alpha3ServiceEntry();
MixedOperation> v1beta1VirtualService();
MixedOperation> v1alpha3VirtualService();
MixedOperation> v1alpha1ServiceRoleBinding();
MixedOperation> v1alpha1ServiceRole();
MixedOperation> v1beta1Handler();
MixedOperation> v1beta1Instance();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy