Search Options

Results per page
Sort
Preferred Languages
Advance

Results 41 - 50 of 336 for v2alpha1 (0.19 sec)

  1. cmd/kubeadm/app/util/config/common_test.go

    	}{
    		{
    			gv: schema.GroupVersion{
    				Group:   KubeadmGroupName,
    				Version: "v1alpha1",
    			},
    			expectedErr: true,
    		},
    		{
    			gv: schema.GroupVersion{
    				Group:   KubeadmGroupName,
    				Version: "v1alpha2",
    			},
    			expectedErr: true,
    		},
    		{
    			gv: schema.GroupVersion{
    				Group:   KubeadmGroupName,
    				Version: "v1alpha3",
    			},
    			expectedErr: true,
    		},
    		{
    			gv: schema.GroupVersion{
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Feb 29 05:14:21 UTC 2024
    - 23.4K bytes
    - Viewed (0)
  2. operator/README.md

    three main components:
    
    - [MeshConfig](https://github.com/istio/api/blob/master/mesh/v1alpha1/config.proto) for runtime config consumed directly by Istio
    control plane components.
    - [Component configuration API](https://github.com/istio/api/blob/00671adacbea20f941cb20cce021bc63cbad1840/operator/v1alpha1/operator.proto#L42-L93), for managing
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Sun Sep 17 08:27:52 UTC 2023
    - 17.5K bytes
    - Viewed (0)
  3. plugin/pkg/admission/imagepolicy/admission.go

    				Image: c.Image,
    			})
    		}
    	} else if subresource == ephemeralcontainers {
    		for _, c := range pod.Spec.EphemeralContainers {
    			imageReviewContainerSpecs = append(imageReviewContainerSpecs, v1alpha1.ImageReviewContainerSpec{
    				Image: c.Image,
    			})
    		}
    	}
    	imageReview := v1alpha1.ImageReview{
    		Spec: v1alpha1.ImageReviewSpec{
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Jun 02 06:05:06 UTC 2023
    - 9.8K bytes
    - Viewed (0)
  4. operator/pkg/apis/istio/v1alpha1/validation/validation.go

    	"fmt"
    	"reflect"
    	"strings"
    	"unicode"
    
    	wrappers "google.golang.org/protobuf/types/known/wrapperspb"
    	"k8s.io/apimachinery/pkg/util/intstr"
    
    	"istio.io/api/operator/v1alpha1"
    	valuesv1alpha1 "istio.io/istio/operator/pkg/apis/istio/v1alpha1"
    	"istio.io/istio/operator/pkg/tpath"
    	"istio.io/istio/operator/pkg/util"
    )
    
    const (
    	validationMethodName = "Validate"
    )
    
    type deprecatedSettings struct {
    	old string
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu May 16 20:02:28 UTC 2024
    - 14.9K bytes
    - Viewed (0)
  5. staging/src/k8s.io/client-go/applyconfigurations/apiserverinternal/v1alpha1/storageversion.go

    See the License for the specific language governing permissions and
    limitations under the License.
    */
    
    // Code generated by applyconfiguration-gen. DO NOT EDIT.
    
    package v1alpha1
    
    import (
    	v1alpha1 "k8s.io/api/apiserverinternal/v1alpha1"
    	metav1 "k8s.io/apimachinery/pkg/apis/meta/v1"
    	types "k8s.io/apimachinery/pkg/types"
    	managedfields "k8s.io/apimachinery/pkg/util/managedfields"
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Mar 23 17:59:55 UTC 2022
    - 12.4K bytes
    - Viewed (0)
  6. cmd/kube-proxy/app/server_test.go

    	netutils "k8s.io/utils/net"
    	"k8s.io/utils/ptr"
    )
    
    // TestLoadConfig tests proper operation of loadConfig()
    func TestLoadConfig(t *testing.T) {
    
    	yamlTemplate := `apiVersion: kubeproxy.config.k8s.io/v1alpha1
    bindAddress: %s
    clientConnection:
      acceptContentTypes: "abc"
      burst: 100
      contentType: content-type
      kubeconfig: "/path/to/kubeconfig"
      qps: 7
    clusterCIDR: "%s"
    configSyncPeriod: 15s
    conntrack:
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Apr 22 05:08:41 UTC 2024
    - 32.3K bytes
    - Viewed (0)
  7. pkg/config/gateway/gateway_test.go

    			server: &v1alpha3.Server{
    				Port: &v1alpha3.Port{
    					Number:   80,
    					Protocol: string(protocol.HTTPS),
    					Name:     "https",
    				},
    				Tls: &v1alpha3.ServerTLSSettings{Mode: v1alpha3.ServerTLSSettings_PASSTHROUGH},
    			},
    			expected: false,
    		},
    		{
    			name: "HTTP traffic with passthrough ServerTLS mode",
    			server: &v1alpha3.Server{
    				Port: &v1alpha3.Port{
    					Number:   80,
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Dec 26 05:53:25 UTC 2022
    - 10.5K bytes
    - Viewed (0)
  8. pkg/config/mesh/mesh.go

    	"google.golang.org/protobuf/proto"
    	"google.golang.org/protobuf/types/known/durationpb"
    	wrappers "google.golang.org/protobuf/types/known/wrapperspb"
    	"sigs.k8s.io/yaml"
    
    	meshconfig "istio.io/api/mesh/v1alpha1"
    	"istio.io/api/networking/v1alpha3"
    	"istio.io/istio/pkg/config/constants"
    	"istio.io/istio/pkg/config/validation/agent"
    	"istio.io/istio/pkg/log"
    	"istio.io/istio/pkg/ptr"
    	"istio.io/istio/pkg/util/protomarshal"
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Apr 17 20:06:41 UTC 2024
    - 12K bytes
    - Viewed (0)
  9. staging/src/k8s.io/apiserver/pkg/util/peerproxy/peerproxy_handler.go

    func (h *peerProxyHandler) updateSVMap(oldSV *v1alpha1.StorageVersion, newSV *v1alpha1.StorageVersion) {
    	if oldSV != nil {
    		// delete old SV entries
    		h.deleteSVFromMap(oldSV)
    	}
    	if newSV != nil {
    		// add new SV entries
    		h.addSVToMap(newSV)
    	}
    }
    
    func (h *peerProxyHandler) deleteSVFromMap(sv *v1alpha1.StorageVersion) {
    	// The name of storageversion is <group>.<resource>
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jul 19 00:36:22 UTC 2023
    - 11.5K bytes
    - Viewed (0)
  10. operator/pkg/verifier/verifier.go

    }
    
    // Find all IstioOperator in the cluster.
    func AllOperatorsInCluster(client dynamic.Interface) ([]*v1alpha1.IstioOperator, error) {
    	ul, err := client.
    		Resource(v1alpha1.IstioOperatorGVR).
    		List(context.TODO(), metav1.ListOptions{})
    	if err != nil {
    		return nil, err
    	}
    	retval := make([]*v1alpha1.IstioOperator, 0)
    	for _, un := range ul.Items {
    		fixTimestampRelatedUnmarshalIssues(&un)
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue May 14 19:23:44 UTC 2024
    - 15K bytes
    - Viewed (0)
Back to top