Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 65 for pleg (0.04 sec)

  1. pkg/kubelet/pleg/pleg.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 pleg
    
    import (
    	"time"
    
    	"k8s.io/apimachinery/pkg/types"
    	kubecontainer "k8s.io/kubernetes/pkg/kubelet/container"
    )
    
    // PodLifeCycleEventType define the event type of pod life cycle events.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Apr 26 16:14:26 UTC 2023
    - 2.7K bytes
    - Viewed (0)
  2. pkg/kubelet/pleg/evented_test.go

    	for _, event := range events[5:] {
    		pleg.eventChannel <- event
    	}
    	// pleg is unhealthy when channel is out of capacity
    	isHealthy, err = pleg.Healthy()
    	require.Error(t, err)
    	assert.Equal(t, false, isHealthy)
    }
    
    func TestUpdateRunningPodMetric(t *testing.T) {
    	metrics.Register()
    	pleg := newTestEventedPLEG()
    
    	podStatuses := make([]*kubecontainer.PodStatus, 5)
    	for i := range podStatuses {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat Apr 01 07:45:05 UTC 2023
    - 6.4K bytes
    - Viewed (0)
  3. pkg/kubelet/pleg/doc.go

    See the License for the specific language governing permissions and
    limitations under the License.
    */
    
    // Package pleg contains types and a generic implementation of the pod
    // lifecycle event generator.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat Jul 16 17:48:21 UTC 2016
    - 732 bytes
    - Viewed (0)
  4. src/math/atan2_s390x.s

    	VLEG	$0, 72(R9), V22
    	WFMADB	V4, V16, V18, V16
    	VLEG	$0, 64(R9), V18
    	WFMADB	V1, V7, V5, V7
    	WFMADB	V4, V18, V22, V18
    	WFMDB	V1, V1, V5
    	WFMADB	V1, V16, V18, V16
    	VLEG	$0, 56(R9), V18
    	WFMADB	V5, V6, V7, V6
    	VLEG	$0, 48(R9), V22
    	FMOVD	40(R9), F7
    	WFMADB	V4, V7, V18, V7
    	VLEG	$0, 32(R9), V18
    	WFMADB	V5, V6, V16, V6
    	WFMADB	V4, V18, V22, V18
    	VLEG	$0, 24(R9), V16
    	WFMADB	V1, V7, V18, V7
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Mar 25 04:06:34 UTC 2020
    - 6.9K bytes
    - Viewed (0)
  5. pkg/volume/nfs/nfs_test.go

    	plug, err := plugMgr.FindPluginByName("kubernetes.io/nfs")
    	if err != nil {
    		t.Fatal("Can't find the plugin by name")
    	}
    	if plug.GetPluginName() != "kubernetes.io/nfs" {
    		t.Errorf("Wrong name: %s", plug.GetPluginName())
    	}
    
    	if !plug.CanSupport(&volume.Spec{Volume: &v1.Volume{VolumeSource: v1.VolumeSource{NFS: &v1.NFSVolumeSource{}}}}) {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Aug 01 15:56:32 UTC 2022
    - 9K bytes
    - Viewed (0)
  6. pkg/volume/portworx/portworx_test.go

    	plug, err := plugMgr.FindPluginByName("kubernetes.io/portworx-volume")
    	if err != nil {
    		t.Fatal("Can't find the plugin by name")
    	}
    	if plug.GetPluginName() != "kubernetes.io/portworx-volume" {
    		t.Errorf("Wrong name: %s", plug.GetPluginName())
    	}
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri May 21 02:17:04 UTC 2021
    - 7.4K bytes
    - Viewed (0)
  7. tensorflow/c/experimental/pluggable_profiler/pluggable_profiler.h

    //
    // Conventions:
    //   * Struct prefix indicates whether struct fields should be filled by the
    //   plug-in or core TensorFlow implementation:
    //     * TF_: Set/filled by core, unless marked otherwise.
    //     * TP_: Set/filled by plug-in, unless marked otherwise.
    //     * This prefix rule only applies to structures. Enumerations and methods
    //     are all prefixed with TP_.
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Sep 14 20:04:34 UTC 2021
    - 7.4K bytes
    - Viewed (0)
  8. operator/pkg/helmreconciler/apply.go

    	if len(changedObjectKeys) > 0 {
    		err := WaitForResources(result.processedObjects, h.kubeClient,
    			h.opts.WaitTimeout, h.opts.DryRun, plog)
    		if err != nil {
    			werr := fmt.Errorf("failed to wait for resource: %v", err)
    			plog.ReportError(werr.Error())
    			return result, werr
    		}
    		plog.ReportFinished()
    
    	}
    	return result, nil
    }
    
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Dec 12 17:12:54 UTC 2023
    - 6.4K bytes
    - Viewed (0)
  9. test/fixedbugs/issue5125.dir/bug.go

    // Use of this source code is governed by a BSD-style
    // license that can be found in the LICENSE file.
    
    package bug
    
    type Node interface {
    	Eval(s *Scene)
    }
    
    type plug struct {
    	node Node
    }
    
    type Scene struct {
    	changed map[plug]bool
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Apr 03 06:18:30 UTC 2013
    - 292 bytes
    - Viewed (0)
  10. test/solitaire.go

    // Use of this source code is governed by a BSD-style
    // license that can be found in the LICENSE file.
    
    // Test general operation by solving a peg solitaire game.
    // A version of this is in the Go playground.
    // Don't run it - produces too much output.
    
    // This program solves the (English) peg solitaire board game.
    // See also: http://en.wikipedia.org/wiki/Peg_solitaire
    
    package main
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Feb 24 00:48:19 UTC 2012
    - 2.9K bytes
    - Viewed (0)
Back to top