Search Options

Results per page
Sort
Preferred Languages
Advance

Results 81 - 90 of 206 for endpointSlice (0.24 sec)

  1. pkg/controller/endpointslicemirroring/metrics/metrics.go

    			Subsystem:      EndpointSliceMirroringSubsystem,
    			Name:           "changes",
    			Help:           "Number of EndpointSlice changes",
    			StabilityLevel: metrics.ALPHA,
    		},
    		[]string{"operation"},
    	)
    )
    
    var registerMetrics sync.Once
    
    // RegisterMetrics registers EndpointSlice metrics.
    func RegisterMetrics() {
    	registerMetrics.Do(func() {
    		legacyregistry.MustRegister(EndpointsAddedPerSync)
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Jul 06 19:43:35 UTC 2020
    - 5.2K bytes
    - Viewed (0)
  2. api/openapi-spec/v3/apis__discovery.k8s.io__v1_openapi.json

              }
            },
            "type": "object",
            "x-kubernetes-map-type": "atomic"
          },
          "io.k8s.api.discovery.v1.EndpointSlice": {
            "description": "EndpointSlice represents a subset of the endpoints that implement a service. For a given service there may be multiple EndpointSlice objects, selected by labels, which must be joined to produce the full set of endpoints.",
            "properties": {
              "addressType": {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 08 04:18:56 UTC 2024
    - 146.6K bytes
    - Viewed (0)
  3. pkg/proxy/iptables/proxier_test.go

    }
    
    func populateEndpointSlices(proxier *Proxier, allEndpointSlices ...*discovery.EndpointSlice) {
    	for i := range allEndpointSlices {
    		proxier.OnEndpointSliceAdd(allEndpointSlices[i])
    	}
    }
    
    func makeTestEndpointSlice(namespace, name string, sliceNum int, epsFunc func(*discovery.EndpointSlice)) *discovery.EndpointSlice {
    	eps := &discovery.EndpointSlice{
    		ObjectMeta: metav1.ObjectMeta{
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue May 21 14:39:54 UTC 2024
    - 249.9K bytes
    - Viewed (1)
  4. staging/src/k8s.io/api/discovery/v1/generated.pb.go

    var xxx_messageInfo_EndpointPort proto.InternalMessageInfo
    
    func (m *EndpointSlice) Reset()      { *m = EndpointSlice{} }
    func (*EndpointSlice) ProtoMessage() {}
    func (*EndpointSlice) Descriptor() ([]byte, []int) {
    	return fileDescriptor_2237b452324cf77e, []int{4}
    }
    func (m *EndpointSlice) XXX_Unmarshal(b []byte) error {
    	return m.Unmarshal(b)
    }
    func (m *EndpointSlice) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 01 06:06:37 UTC 2024
    - 55.6K bytes
    - Viewed (0)
  5. releasenotes/notes/endpoint-slice.yaml

    apiVersion: release-notes/v2
    kind: feature
    area: traffic-management
    
    releaseNotes:
    - |
      **Updated** the control plane to read `EndpointSlice` insead of `Endpoints`
      for service discovery for Kubernetes 1.21 or later. To switch back to the old
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri Nov 12 18:34:02 UTC 2021
    - 322 bytes
    - Viewed (0)
  6. pkg/config/schema/gvk/resources.gen.go

    	DestinationRule_v1             = config.GroupVersionKind{Group: "networking.istio.io", Version: "v1", Kind: "DestinationRule"}
    	EndpointSlice                  = config.GroupVersionKind{Group: "", Version: "v1", Kind: "EndpointSlice"}
    	Endpoints                      = config.GroupVersionKind{Group: "", Version: "v1", Kind: "Endpoints"}
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri Apr 12 17:37:32 UTC 2024
    - 15.6K bytes
    - Viewed (0)
  7. pkg/controller/apis/config/v1alpha1/doc.go

    // +k8s:conversion-gen=k8s.io/kubernetes/pkg/controller/endpoint/config/v1alpha1
    // +k8s:conversion-gen=k8s.io/kubernetes/pkg/controller/endpointslice/config/v1alpha1
    // +k8s:conversion-gen=k8s.io/kubernetes/pkg/controller/garbagecollector/config/v1alpha1
    // +k8s:conversion-gen=k8s.io/kubernetes/pkg/controller/endpointslice/config/v1alpha1
    // +k8s:conversion-gen=k8s.io/kubernetes/pkg/controller/endpointslicemirroring/config/v1alpha1
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat Aug 14 15:00:18 UTC 2021
    - 3.2K bytes
    - Viewed (0)
  8. staging/src/k8s.io/api/discovery/v1beta1/generated.pb.go

    var xxx_messageInfo_EndpointPort proto.InternalMessageInfo
    
    func (m *EndpointSlice) Reset()      { *m = EndpointSlice{} }
    func (*EndpointSlice) ProtoMessage() {}
    func (*EndpointSlice) Descriptor() ([]byte, []int) {
    	return fileDescriptor_6555bad15de200e0, []int{4}
    }
    func (m *EndpointSlice) XXX_Unmarshal(b []byte) error {
    	return m.Unmarshal(b)
    }
    func (m *EndpointSlice) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 01 06:06:37 UTC 2024
    - 54.2K bytes
    - Viewed (0)
  9. prow/config/mixedlb-service.yaml

    # This should be used to create K8s clusters with versions >= 1.20
    kind: Cluster
    apiVersion: kind.x-k8s.io/v1alpha4
    featureGates:
      MixedProtocolLBService: true
      EndpointSlice: true
    kubeadmConfigPatches:
      - |
        kind: ClusterConfiguration
        metadata:
          name: config
        etcd:
          local:
            # Run etcd in a tmpfs (in RAM) for performance improvements
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue May 02 18:38:35 UTC 2023
    - 801 bytes
    - Viewed (0)
  10. pkg/controller/util/endpointslice/errors.go

    WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
    See the License for the specific language governing permissions and
    limitations under the License.
    */
    
    package endpointslice
    
    // StaleInformerCache errors indicate that the informer cache includes out of
    // date resources.
    type StaleInformerCache struct {
    	msg string
    }
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri May 14 07:15:35 UTC 2021
    - 1K bytes
    - Viewed (0)
Back to top