Home
last modified time | relevance | path

Searched defs:K8SServiceApisV1Alpha1Httproutes (Results 1 – 2 of 2) sorted by relevance

/dports/sysutils/istio/istio-1.6.7/pilot/pkg/config/kube/crd/
H A Dtypes.gen.go2475 type K8SServiceApisV1Alpha1Httproutes struct { struct
2476 metav1.TypeMeta `json:",inline"`
2477 metav1.ObjectMeta `json:"metadata"`
2478 Spec map[string]interface{} `json:"spec"`
2482 func (in *K8SServiceApisV1Alpha1Httproutes) GetSpec() map[string]interface{} {
2487 func (in *K8SServiceApisV1Alpha1Httproutes) SetSpec(spec map[string]interface{}) {
2492 func (in *K8SServiceApisV1Alpha1Httproutes) GetObjectMeta() metav1.ObjectMeta {
2497 func (in *K8SServiceApisV1Alpha1Httproutes) SetObjectMeta(metadata metav1.ObjectMeta) {
2518 func (in *K8SServiceApisV1Alpha1Httproutes) DeepCopyInto(out *K8SServiceApisV1Alpha1Httproutes) {
2526 func (in *K8SServiceApisV1Alpha1Httproutes) DeepCopy() *K8SServiceApisV1Alpha1Httproutes {
[all …]
/dports/sysutils/istio/istio-1.6.7/pkg/config/schema/collections/
H A Dcollections.gen.go1124 K8SServiceApisV1Alpha1Httproutes = collection.Builder{ var