Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 82 for v1alpha1 (0.26 sec)

  1. hack/lib/init.sh

    policy/v1beta1 \
    rbac.authorization.k8s.io/v1 \
    rbac.authorization.k8s.io/v1beta1 \
    rbac.authorization.k8s.io/v1alpha1 \
    scheduling.k8s.io/v1alpha1 \
    scheduling.k8s.io/v1beta1 \
    scheduling.k8s.io/v1 \
    storage.k8s.io/v1beta1 \
    storage.k8s.io/v1 \
    storage.k8s.io/v1alpha1 \
    flowcontrol.apiserver.k8s.io/v1 \
    storagemigration.k8s.io/v1alpha1 \
    flowcontrol.apiserver.k8s.io/v1beta1 \
    flowcontrol.apiserver.k8s.io/v1beta2 \
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Jun 06 16:18:38 UTC 2024
    - 6.2K bytes
    - Viewed (0)
  2. operator/pkg/apis/istio/v1alpha1/values_types.pb.go

    	39,  // 38: v1alpha1.EgressGatewayConfig.secretVolumes:type_name -> v1alpha1.SecretVolume
    	59,  // 39: v1alpha1.EgressGatewayConfig.serviceAnnotations:type_name -> google.protobuf.Struct
    	49,  // 40: v1alpha1.EgressGatewayConfig.zvpn:type_name -> v1alpha1.ZeroVPNConfig
    	62,  // 41: v1alpha1.EgressGatewayConfig.tolerations:type_name -> k8s.io.api.core.v1.Toleration
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Jun 03 01:55:05 UTC 2024
    - 329.6K bytes
    - Viewed (0)
  3. tests/integration/ambient/testdata/wasm-filter.yaml

    apiVersion: extensions.istio.io/v1alpha1
    kind: WasmPlugin
    metadata:
      name: {{ .WasmPluginName }}
      {{- if .WasmPluginVersion }}
      annotations:
        wasmPluginVersion: {{ .WasmPluginVersion }}
      {{- end }}
    spec:
      phase: STATS
      targetRef:
        kind: {{ .TargetKind }}
        group: {{ .TargetGroup }}
        name: {{ .TargetName }}
      {{- if .TestWasmModuleURL }}
      url: {{ .TestWasmModuleURL }}
      {{- end }}
      imagePullSecret: reg-cred
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Jun 03 21:02:05 UTC 2024
    - 513 bytes
    - Viewed (0)
  4. pkg/controlplane/instance.go

    	admissionregistrationv1alpha1 "k8s.io/api/admissionregistration/v1alpha1"
    	admissionregistrationv1beta1 "k8s.io/api/admissionregistration/v1beta1"
    	apiserverinternalv1alpha1 "k8s.io/api/apiserverinternal/v1alpha1"
    	appsv1 "k8s.io/api/apps/v1"
    	authenticationv1 "k8s.io/api/authentication/v1"
    	authenticationv1alpha1 "k8s.io/api/authentication/v1alpha1"
    	authenticationv1beta1 "k8s.io/api/authentication/v1beta1"
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Jun 03 11:50:04 UTC 2024
    - 21.2K bytes
    - Viewed (0)
  5. tests/integration/iop-ambient-test-defaults.yaml

    # This file provides some defaults for integration testing.
    apiVersion: install.istio.io/v1alpha1
    kind: IstioOperator
    metadata:
      name: install
    spec:
      profile: ambient
      components:
        ingressGateways:
          - name: istio-ingressgateway
            enabled: true
      values:
        cni:
          ambient:
            # Some of the tests require DNS capture
            # For that, DNS capture must be enabled in the CNI
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Jun 10 17:12:52 UTC 2024
    - 952 bytes
    - Viewed (0)
  6. pilot/cmd/pilot-agent/options/agent.go

    // See the License for the specific language governing permissions and
    // limitations under the License.
    
    package options
    
    import (
    	"os"
    	"path/filepath"
    	"strings"
    
    	meshconfig "istio.io/api/mesh/v1alpha1"
    	"istio.io/istio/pkg/bootstrap/platform"
    	istioagent "istio.io/istio/pkg/istio-agent"
    	"istio.io/istio/pkg/util/sets"
    	"istio.io/istio/pkg/wasm"
    )
    
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jun 05 10:02:56 UTC 2024
    - 3.4K bytes
    - Viewed (0)
  7. api/openapi-spec/swagger.json

              "kind": "StorageVersionList",
              "version": "v1alpha1"
            }
          ]
        },
        "io.k8s.api.apiserverinternal.v1alpha1.StorageVersionSpec": {
          "description": "StorageVersionSpec is an empty spec.",
          "type": "object"
        },
        "io.k8s.api.apiserverinternal.v1alpha1.StorageVersionStatus": {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 05 18:37:07 UTC 2024
    - 3.1M bytes
    - Viewed (0)
  8. security/pkg/nodeagent/sds/server.go

    // limitations under the License.
    
    package sds
    
    import (
    	"net"
    	"time"
    
    	"go.uber.org/atomic"
    	"google.golang.org/grpc"
    
    	mesh "istio.io/api/mesh/v1alpha1"
    	"istio.io/istio/pkg/security"
    	"istio.io/istio/pkg/uds"
    )
    
    const (
    	maxStreams    = 100000
    	maxRetryTimes = 5
    )
    
    // Server is the gPRC server that exposes SDS through UDS.
    type Server struct {
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri Jun 07 17:44:41 UTC 2024
    - 3.3K bytes
    - Viewed (0)
  9. pkg/generated/openapi/zz_generated.openapi.go

    										Ref:     ref("k8s.io/api/admissionregistration/v1alpha1.Variable"),
    									},
    								},
    							},
    						},
    					},
    				},
    			},
    		},
    		Dependencies: []string{
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 05 18:37:07 UTC 2024
    - 3M bytes
    - Viewed (0)
  10. pkg/kubelet/metrics/collectors/volume_stats.go

    limitations under the License.
    */
    
    package collectors
    
    import (
    	"context"
    
    	"k8s.io/apimachinery/pkg/util/sets"
    	"k8s.io/component-base/metrics"
    	stats "k8s.io/kubelet/pkg/apis/stats/v1alpha1"
    	kubeletmetrics "k8s.io/kubernetes/pkg/kubelet/metrics"
    	serverstats "k8s.io/kubernetes/pkg/kubelet/server/stats"
    )
    
    var (
    	volumeStatsCapacityBytesDesc = metrics.NewDesc(
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Jun 04 06:25:43 UTC 2024
    - 5.3K bytes
    - Viewed (0)
Back to top