Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 73 for v1alpha1 (0.51 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. 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)
  3. 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)
  4. 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)
  5. 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)
  6. 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)
  7. 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)
  8. pilot/pkg/networking/core/accesslog_test.go

    	"github.com/google/go-cmp/cmp"
    	"google.golang.org/protobuf/testing/protocmp"
    	"google.golang.org/protobuf/types/known/wrapperspb"
    
    	meshconfig "istio.io/api/mesh/v1alpha1"
    	tpb "istio.io/api/telemetry/v1alpha1"
    	"istio.io/api/type/v1beta1"
    	"istio.io/istio/pilot/pkg/config/memory"
    	"istio.io/istio/pilot/pkg/model"
    	"istio.io/istio/pilot/pkg/networking"
    	"istio.io/istio/pilot/pkg/networking/util"
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri Jun 14 04:34:30 UTC 2024
    - 19.9K bytes
    - Viewed (0)
  9. pkg/kube/kclient/client_test.go

    	"k8s.io/apimachinery/pkg/runtime/schema"
    	"k8s.io/client-go/kubernetes/fake"
    	k8stesting "k8s.io/client-go/testing"
    
    	meshconfig "istio.io/api/mesh/v1alpha1"
    	istioclient "istio.io/client-go/pkg/apis/extensions/v1alpha1"
    	istionetclient "istio.io/client-go/pkg/apis/networking/v1alpha3"
    	"istio.io/istio/pilot/pkg/features"
    	"istio.io/istio/pkg/config/mesh"
    	"istio.io/istio/pkg/config/schema/gvr"
    	"istio.io/istio/pkg/kube"
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Jun 11 15:12:54 UTC 2024
    - 17.2K bytes
    - Viewed (0)
  10. pkg/kube/namespace/filter.go

    import (
    	"fmt"
    	"sync"
    
    	corev1 "k8s.io/api/core/v1"
    	metav1 "k8s.io/apimachinery/pkg/apis/meta/v1"
    	"k8s.io/apimachinery/pkg/labels"
    	"k8s.io/apimachinery/pkg/selection"
    
    	meshapi "istio.io/api/mesh/v1alpha1"
    	"istio.io/istio/pkg/config/mesh"
    	"istio.io/istio/pkg/kube"
    	"istio.io/istio/pkg/kube/controllers"
    	"istio.io/istio/pkg/kube/kclient"
    	"istio.io/istio/pkg/kube/kubetypes"
    	"istio.io/istio/pkg/log"
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Jun 10 17:12:52 UTC 2024
    - 9.3K bytes
    - Viewed (0)
Back to top