Search Options

Results per page
Sort
Preferred Languages
Advance

Results 51 - 60 of 336 for v2alpha1 (0.32 sec)

  1. api/openapi-spec/v3/apis__authentication.k8s.io__v1alpha1_openapi.json

            "x-kubernetes-group-version-kind": [
              {
                "group": "authentication.k8s.io",
                "kind": "SelfSubjectReview",
                "version": "v1alpha1"
              }
            ]
          },
          "io.k8s.api.authentication.v1alpha1.SelfSubjectReviewStatus": {
            "description": "SelfSubjectReviewStatus is filled by the kube-apiserver and sent back to a user.",
            "properties": {
              "userInfo": {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Nov 27 20:06:25 UTC 2023
    - 31.5K bytes
    - Viewed (0)
  2. security/pkg/nodeagent/sds/sdsservice.go

    	"fmt"
    	"strconv"
    	"sync"
    	"sync/atomic"
    	"time"
    
    	cryptomb "github.com/envoyproxy/go-control-plane/contrib/envoy/extensions/private_key_providers/cryptomb/v3alpha"
    	qat "github.com/envoyproxy/go-control-plane/contrib/envoy/extensions/private_key_providers/qat/v3alpha"
    	core "github.com/envoyproxy/go-control-plane/envoy/config/core/v3"
    	tls "github.com/envoyproxy/go-control-plane/envoy/extensions/transport_sockets/tls/v3"
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Sat May 25 00:20:04 UTC 2024
    - 10.9K bytes
    - Viewed (0)
  3. operator/pkg/helmreconciler/prune.go

    func (h *HelmReconciler) PruneControlPlaneByRevisionWithController(iopSpec *v1alpha1.IstioOperatorSpec) (*v1alpha1.InstallStatus, error) {
    	ns := iopv1alpha1.Namespace(iopSpec)
    	if ns == "" {
    		ns = constants.IstioSystemNamespace
    	}
    	errStatus := &v1alpha1.InstallStatus{Status: v1alpha1.InstallStatus_ERROR}
    	enabledComponents, err := translate.GetEnabledComponents(iopSpec)
    	if err != nil {
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Apr 02 08:32:06 UTC 2024
    - 15.9K bytes
    - Viewed (0)
  4. pkg/kubeapiserver/options/authentication_test.go

    			file:      func() string { return writeTempFile(t, `{"apiVersion":"apiserver.config.k8s.io/v1alpha1"}`) },
    			expectErr: `'Kind' is missing`,
    		},
    		{
    			name: "unknown group",
    			file: func() string {
    				return writeTempFile(t, `{"apiVersion":"apps/v1alpha1","kind":"AuthenticationConfiguration"}`)
    			},
    			expectErr: `apps/v1alpha1`,
    		},
    		{
    			name: "unknown version",
    			file: func() string {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Apr 24 18:25:29 UTC 2024
    - 36.5K bytes
    - Viewed (0)
  5. operator/pkg/component/component.go

    See ../README.md for an architecture overview.
    */
    package component
    
    import (
    	"fmt"
    
    	"k8s.io/apimachinery/pkg/version"
    	"sigs.k8s.io/yaml"
    
    	"istio.io/api/operator/v1alpha1"
    	"istio.io/istio/operator/pkg/helm"
    	"istio.io/istio/operator/pkg/metrics"
    	"istio.io/istio/operator/pkg/name"
    	"istio.io/istio/operator/pkg/patch"
    	"istio.io/istio/operator/pkg/tpath"
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Aug 10 15:35:03 UTC 2023
    - 11.7K bytes
    - Viewed (0)
  6. pilot/pkg/config/kube/gateway/testdata/route-binding.yaml.golden

    apiVersion: networking.istio.io/v1alpha3
    kind: Gateway
    metadata:
      annotations:
        internal.istio.io/gateway-semantics: gateway
        internal.istio.io/gateway-service: istio-ingressgateway.istio-system.svc.domain.suffix
        internal.istio.io/parents: Gateway/gateway/default.istio-system
      creationTimestamp: null
      name: gateway-istio-autogenerated-k8s-gateway-default
      namespace: istio-system
    spec:
      servers:
      - hosts:
        - '*/*.domain.example'
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Dec 11 20:21:53 UTC 2023
    - 16.1K bytes
    - Viewed (0)
  7. staging/src/k8s.io/apiextensions-apiserver/pkg/registry/customresource/tableconvertor/tableconvertor_test.go

    					newJSONPath("multi", "{.spec.servers[*].hosts}"),
    				},
    			},
    			args: args{
    				obj: &unstructured.Unstructured{
    					Object: map[string]interface{}{
    						"apiVersion": "example.istio.io/v1alpha1",
    						"kind":       "Blah",
    						"metadata": map[string]interface{}{
    							"name": "blah",
    						},
    						"spec": map[string]interface{}{
    							"servers": []map[string]interface{}{
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Apr 12 15:48:03 UTC 2023
    - 12.9K bytes
    - Viewed (0)
  8. architecture/environments/operator.md

    [proto](https://github.com/istio/api/blob/master/operator/v1alpha1/operator.proto) and
    compiled to [Go
    structs](https://github.com/istio/api/blob/master/operator/v1alpha1/operator.pb.go).
    `IstioOperatorSpec` has pass-through fields to the Helm values.yaml API, but these are additionally validated through
    a [schema](../operator/pkg/apis/istio/v1alpha1/values_types.proto).
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Aug 09 22:09:18 UTC 2023
    - 13.4K bytes
    - Viewed (0)
  9. pkg/kube/util_test.go

    					}},
    					Labels: map[string]string{
    						"rollouts-pod-template-hash": "6dc78b855c",
    					},
    				},
    			},
    			wantTypeMetadata: metav1.TypeMeta{
    				Kind:       "Rollout",
    				APIVersion: "v1alpha1",
    			},
    			wantName: types.NamespacedName{
    				Name: "name",
    			},
    		},
    	}
    
    	for _, tt := range tests {
    		t.Run(tt.name, func(t *testing.T) {
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri Mar 15 04:16:49 UTC 2024
    - 10.8K bytes
    - Viewed (0)
  10. pilot/pkg/networking/core/gateway_simulation_test.go

    	virtualServices := `
    apiVersion: networking.istio.io/v1alpha3
    kind: VirtualService
    metadata:
      name: a
    spec:
      hosts:
      - "example.com"
      gateways:
      - gateway80
      - gateway8081
      http:
      - match:
        - uri:
            prefix: /
        route:
        - destination:
            host: a
            port:
              number: 80
    ---
    apiVersion: networking.istio.io/v1alpha3
    kind: VirtualService
    metadata:
      name: b
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Apr 10 18:27:40 UTC 2024
    - 46.5K bytes
    - Viewed (0)
Back to top