Search Options

Results per page
Sort
Preferred Languages
Advance

Results 81 - 90 of 236 for pathType (0.13 sec)

  1. cmd/kubeadm/app/apis/kubeadm/v1beta4/zz_generated.conversion.go

    	out.Name = in.Name
    	out.HostPath = in.HostPath
    	out.MountPath = in.MountPath
    	out.ReadOnly = in.ReadOnly
    	out.PathType = corev1.HostPathType(in.PathType)
    	return nil
    }
    
    // Convert_v1beta4_HostPathMount_To_kubeadm_HostPathMount is an autogenerated conversion function.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu May 16 08:34:39 UTC 2024
    - 61.4K bytes
    - Viewed (0)
  2. staging/src/k8s.io/api/extensions/v1beta1/types_swagger_doc_generated.go

    	"pathType": "PathType determines the interpretation of the Path matching. PathType can be one of the following values: * Exact: Matches the URL path exactly. * Prefix: Matches based on a URL path prefix split by '/'. Matching is\n  done on a path element by element basis. A path element refers...
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon May 01 18:19:25 UTC 2023
    - 42.5K bytes
    - Viewed (0)
  3. pkg/apis/extensions/v1beta1/zz_generated.conversion.go

    }
    
    func autoConvert_v1beta1_HTTPIngressPath_To_networking_HTTPIngressPath(in *v1beta1.HTTPIngressPath, out *networking.HTTPIngressPath, s conversion.Scope) error {
    	out.Path = in.Path
    	out.PathType = (*networking.PathType)(unsafe.Pointer(in.PathType))
    	if err := Convert_v1beta1_IngressBackend_To_networking_IngressBackend(&in.Backend, &out.Backend, s); err != nil {
    		return err
    	}
    	return nil
    }
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon May 01 18:19:25 UTC 2023
    - 95.7K bytes
    - Viewed (0)
  4. cmd/kubeadm/app/apis/kubeadm/v1beta4/types.go

    	// +optional
    	ReadOnly bool `json:"readOnly,omitempty"`
    	// PathType is the type of the HostPath.
    	// +optional
    	PathType corev1.HostPathType `json:"pathType,omitempty"`
    }
    
    // Patches contains options related to applying patches to components deployed by kubeadm.
    type Patches struct {
    	// Directory is a path to a directory that contains files named "target[suffix][+patchtype].extension".
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri May 17 03:12:52 UTC 2024
    - 34.5K bytes
    - Viewed (0)
  5. common-protos/k8s.io/api/extensions/v1beta1/generated.proto

      // as defined by RFC 3986. Paths must begin with a '/'. When unspecified,
      // all paths from incoming requests are matched.
      // +optional
      optional string path = 1;
    
      // PathType determines the interpretation of the Path matching. PathType can
      // be one of the following values:
      // * Exact: Matches the URL path exactly.
      // * Prefix: Matches based on a URL path prefix split by '/'. Matching is
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Mar 11 18:43:24 UTC 2024
    - 45.6K bytes
    - Viewed (0)
  6. staging/src/k8s.io/api/networking/v1/generated.pb.go

    }
    
    func (m *HTTPIngressPath) MarshalToSizedBuffer(dAtA []byte) (int, error) {
    	i := len(dAtA)
    	_ = i
    	var l int
    	_ = l
    	if m.PathType != nil {
    		i -= len(*m.PathType)
    		copy(dAtA[i:], *m.PathType)
    		i = encodeVarintGenerated(dAtA, i, uint64(len(*m.PathType)))
    		i--
    		dAtA[i] = 0x1a
    	}
    	{
    		size, err := m.Backend.MarshalToSizedBuffer(dAtA[:i])
    		if err != nil {
    			return 0, err
    		}
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 01 06:06:37 UTC 2024
    - 158.2K bytes
    - Viewed (0)
  7. staging/src/k8s.io/api/extensions/v1beta1/generated.proto

      // as defined by RFC 3986. Paths must begin with a '/'. When unspecified,
      // all paths from incoming requests are matched.
      // +optional
      optional string path = 1;
    
      // PathType determines the interpretation of the Path matching. PathType can
      // be one of the following values:
      // * Exact: Matches the URL path exactly.
      // * Prefix: Matches based on a URL path prefix split by '/'. Matching is
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Mar 28 15:34:11 UTC 2024
    - 45.4K bytes
    - Viewed (0)
  8. maven-core/src/main/java/org/apache/maven/plugin/internal/DefaultMavenPluginManager.java

    import java.util.zip.ZipEntry;
    
    import org.apache.maven.RepositoryUtils;
    import org.apache.maven.api.Dependency;
    import org.apache.maven.api.Node;
    import org.apache.maven.api.PathScope;
    import org.apache.maven.api.PathType;
    import org.apache.maven.api.Project;
    import org.apache.maven.api.Session;
    import org.apache.maven.api.plugin.descriptor.Resolution;
    import org.apache.maven.api.services.DependencyResolver;
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Tue Jun 11 07:23:04 UTC 2024
    - 46.5K bytes
    - Viewed (0)
  9. cmd/kubeadm/app/apis/kubeadm/types.go

    	// ReadOnly controls write access to the volume
    	ReadOnly bool
    	// PathType is the type of the HostPath.
    	PathType v1.HostPathType
    }
    
    // Patches contains options related to applying patches to components deployed by kubeadm.
    type Patches struct {
    	// Directory is a path to a directory that contains files named "target[suffix][+patchtype].extension".
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri May 17 03:12:52 UTC 2024
    - 32.6K bytes
    - Viewed (0)
  10. staging/src/k8s.io/api/extensions/v1beta1/generated.pb.go

    }
    
    func (m *HTTPIngressPath) MarshalToSizedBuffer(dAtA []byte) (int, error) {
    	i := len(dAtA)
    	_ = i
    	var l int
    	_ = l
    	if m.PathType != nil {
    		i -= len(*m.PathType)
    		copy(dAtA[i:], *m.PathType)
    		i = encodeVarintGenerated(dAtA, i, uint64(len(*m.PathType)))
    		i--
    		dAtA[i] = 0x1a
    	}
    	{
    		size, err := m.Backend.MarshalToSizedBuffer(dAtA[:i])
    		if err != nil {
    			return 0, err
    		}
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 01 06:06:37 UTC 2024
    - 293.3K bytes
    - Viewed (0)
Back to top