Search Options

Results per page
Sort
Preferred Languages
Advance

Results 21 - 30 of 202 for externalapi (0.29 sec)

  1. plugin/pkg/admission/podtolerationrestriction/apis/podtolerationrestriction/validation/validation.go

    import (
    	"fmt"
    
    	"k8s.io/apimachinery/pkg/util/validation/field"
    	"k8s.io/kubernetes/pkg/apis/core/validation"
    	internalapi "k8s.io/kubernetes/plugin/pkg/admission/podtolerationrestriction/apis/podtolerationrestriction"
    )
    
    // ValidateConfiguration validates the configuration.
    func ValidateConfiguration(config *internalapi.Configuration) error {
    	allErrs := field.ErrorList{}
    	fldpath := field.NewPath("podtolerationrestriction")
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Nov 09 11:14:08 UTC 2017
    - 1.3K bytes
    - Viewed (0)
  2. plugin/pkg/admission/podtolerationrestriction/apis/podtolerationrestriction/install/install.go

    	utilruntime "k8s.io/apimachinery/pkg/util/runtime"
    	internalapi "k8s.io/kubernetes/plugin/pkg/admission/podtolerationrestriction/apis/podtolerationrestriction"
    	versionedapi "k8s.io/kubernetes/plugin/pkg/admission/podtolerationrestriction/apis/podtolerationrestriction/v1alpha1"
    )
    
    // Install registers the API group and adds types to a scheme
    func Install(scheme *runtime.Scheme) {
    	utilruntime.Must(internalapi.AddToScheme(scheme))
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue May 08 22:33:50 UTC 2018
    - 1.3K bytes
    - Viewed (0)
  3. pkg/kubelet/kuberuntime/instrumented_services.go

    func newInstrumentedRuntimeService(service internalapi.RuntimeService) internalapi.RuntimeService {
    	return &instrumentedRuntimeService{service: service}
    }
    
    // instrumentedImageManagerService wraps the ImageManagerService and records the operations
    // and errors metrics.
    type instrumentedImageManagerService struct {
    	service internalapi.ImageManagerService
    }
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Mar 07 10:46:06 UTC 2024
    - 13.1K bytes
    - Viewed (0)
  4. pkg/kubelet/cm/container_manager_unsupported.go

    limitations under the License.
    */
    
    package cm
    
    import (
    	"fmt"
    
    	"k8s.io/mount-utils"
    
    	v1 "k8s.io/api/core/v1"
    	clientset "k8s.io/client-go/kubernetes"
    	"k8s.io/client-go/tools/record"
    	internalapi "k8s.io/cri-api/pkg/apis"
    	"k8s.io/kubernetes/pkg/kubelet/cadvisor"
    	"k8s.io/kubernetes/pkg/kubelet/config"
    	"k8s.io/kubernetes/pkg/kubelet/status"
    )
    
    type unsupportedContainerManager struct {
    	containerManagerStub
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Nov 11 20:58:03 UTC 2022
    - 1.5K bytes
    - Viewed (0)
  5. pkg/kubelet/cm/helpers.go

    See the License for the specific language governing permissions and
    limitations under the License.
    */
    
    package cm
    
    import (
    	"context"
    
    	"k8s.io/api/core/v1"
    	"k8s.io/apimachinery/pkg/util/sets"
    	internalapi "k8s.io/cri-api/pkg/apis"
    	runtimeapi "k8s.io/cri-api/pkg/apis/runtime/v1"
    	"k8s.io/klog/v2"
    	"k8s.io/kubernetes/pkg/kubelet/cm/containermap"
    	evictionapi "k8s.io/kubernetes/pkg/kubelet/eviction/api"
    )
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Sep 27 13:02:15 UTC 2023
    - 2.8K bytes
    - Viewed (0)
  6. pkg/proxy/servicechangetracker_test.go

    					svcInfo.port != expectedInfo.port ||
    					svcInfo.protocol != expectedInfo.protocol ||
    					svcInfo.healthCheckNodePort != expectedInfo.healthCheckNodePort ||
    					!reflect.DeepEqual(svcInfo.externalIPs, expectedInfo.externalIPs) ||
    					!reflect.DeepEqual(svcInfo.loadBalancerSourceRanges, expectedInfo.loadBalancerSourceRanges) ||
    					!reflect.DeepEqual(svcInfo.loadBalancerVIPs, expectedInfo.loadBalancerVIPs) {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Apr 24 18:25:29 UTC 2024
    - 33.7K bytes
    - Viewed (0)
  7. pkg/api/service/warnings_test.go

    			s.Annotations = map[string]string{api.DeprecatedAnnotationTopologyAwareHints: "foo"}
    		},
    		numWarnings: 1,
    	}, {
    		name: "externalIPs set when type is ExternalName",
    		tweakSvc: func(s *api.Service) {
    			s.Spec.Type = api.ServiceTypeExternalName
    			s.Spec.ExternalIPs = []string{"1.2.3.4"}
    		},
    		numWarnings: 1,
    	}, {
    		name: "externalName set when type is not ExternalName",
    		tweakSvc: func(s *api.Service) {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jul 26 22:57:57 UTC 2023
    - 10.4K bytes
    - Viewed (0)
  8. pkg/api/testing/node_example.json

                    "lastTransitionTime": "2015-04-22T11:49:52Z",
                    "reason": "kubelet is posting ready status"
                }
            ],
            "addresses": [
                {
                    "type": "ExternalIP",
                    "address": "104.197.49.213"
                },
                {
                    "type": "LegacyHostIP",
                    "address": "104.197.20.11"
                }
            ],
            "nodeInfo": {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 25 00:36:50 UTC 2022
    - 1.5K bytes
    - Viewed (0)
  9. releasenotes/notes/28406.yaml

    apiVersion: release-notes/v2
    kind: feature
    area: networking
    issue:
      - 28381
    
    releaseNotes:
    - |
      **Improved** Automatic detection of [externalIPs](https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.19/#servicespec-v1-core)
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Oct 29 18:40:38 UTC 2020
    - 268 bytes
    - Viewed (0)
  10. pkg/kubelet/stats/provider.go

    func NewCRIStatsProvider(
    	cadvisor cadvisor.Interface,
    	resourceAnalyzer stats.ResourceAnalyzer,
    	podManager PodManager,
    	runtimeCache kubecontainer.RuntimeCache,
    	runtimeService internalapi.RuntimeService,
    	imageService internalapi.ImageManagerService,
    	hostStatsProvider HostStatsProvider,
    	podAndContainerStatsFromCRI bool,
    ) *Provider {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Dec 15 13:56:22 UTC 2023
    - 7.4K bytes
    - Viewed (0)
Back to top