Search Options

Results per page
Sort
Preferred Languages
Advance

Results 41 - 50 of 380 for sigs (0.07 sec)

  1. staging/src/k8s.io/apimachinery/pkg/util/managedfields/internal/managedfieldsupdater_test.go

    	"k8s.io/apimachinery/pkg/api/meta"
    	"k8s.io/apimachinery/pkg/apis/meta/v1/unstructured"
    	"k8s.io/apimachinery/pkg/runtime"
    	"k8s.io/apimachinery/pkg/runtime/schema"
    	"k8s.io/apimachinery/pkg/util/managedfields/internal"
    	"sigs.k8s.io/yaml"
    )
    
    func TestManagedFieldsUpdateDoesModifyTime(t *testing.T) {
    	var err error
    	f := managedfieldstest.NewTestFieldManager(fakeTypeConverter, schema.FromAPIVersionAndKind("v1", "ConfigMap"))
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Mar 08 21:44:00 UTC 2023
    - 13.2K bytes
    - Viewed (0)
  2. manifests/addons/dashboards/lib/output.json

    {
       "description": "Generic dashboard for controller-runtime based processes\n(https://github.com/kubernetes-sigs/controller-runtime)\n",
       "graphTooltip": 1,
       "panels": [
          {
             "collapsed": false,
             "gridPos": {
                "h": 1,
                "w": 24,
                "x": 0,
                "y": 0
             },
             "id": 1,
             "panels": [ ],
             "title": "Process",
             "type": "row"
          },
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Jun 04 18:05:06 UTC 2024
    - 25.2K bytes
    - Viewed (0)
  3. staging/src/k8s.io/apimachinery/pkg/util/managedfields/internal/capmanagers_test.go

    	"k8s.io/apimachinery/pkg/util/managedfields/internal"
    	internaltesting "k8s.io/apimachinery/pkg/util/managedfields/internal/testing"
    	"k8s.io/apimachinery/pkg/util/managedfields/managedfieldstest"
    	"sigs.k8s.io/structured-merge-diff/v4/fieldpath"
    )
    
    type fakeManager struct{}
    
    var _ internal.Manager = &fakeManager{}
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Mar 08 21:44:00 UTC 2023
    - 10.1K bytes
    - Viewed (0)
  4. pilot/pkg/config/kube/ingress/conversion_test.go

    	knetworking "k8s.io/api/networking/v1"
    	metav1 "k8s.io/apimachinery/pkg/apis/meta/v1"
    	"k8s.io/apimachinery/pkg/runtime"
    	"k8s.io/apimachinery/pkg/util/intstr"
    	"k8s.io/client-go/kubernetes/scheme"
    	"sigs.k8s.io/yaml"
    
    	meshconfig "istio.io/api/mesh/v1alpha1"
    	networking "istio.io/api/networking/v1alpha3"
    	"istio.io/istio/pilot/pkg/config/kube/crd"
    	"istio.io/istio/pilot/test/util"
    	"istio.io/istio/pkg/config"
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri May 19 18:20:34 UTC 2023
    - 14.9K bytes
    - Viewed (0)
  5. tests/integration/ambient/waypoint_test.go

    package ambient
    
    import (
    	"context"
    	"errors"
    	"fmt"
    	"strings"
    	"testing"
    	"time"
    
    	metav1 "k8s.io/apimachinery/pkg/apis/meta/v1"
    	"k8s.io/apimachinery/pkg/types"
    	k8s "sigs.k8s.io/gateway-api/apis/v1"
    
    	"istio.io/istio/pilot/pkg/model/kstatus"
    	"istio.io/istio/pkg/config/constants"
    	"istio.io/istio/pkg/test/echo/common/scheme"
    	"istio.io/istio/pkg/test/framework"
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Jun 06 22:12:34 UTC 2024
    - 11.4K bytes
    - Viewed (0)
  6. tools/docker-builder/main.go

    // limitations under the License.
    
    package main
    
    import (
    	"context"
    	"fmt"
    	"os"
    	"os/exec"
    	"path/filepath"
    	"runtime"
    	"strings"
    	"time"
    
    	"github.com/spf13/cobra"
    	"sigs.k8s.io/yaml"
    
    	"istio.io/istio/pkg/log"
    	testenv "istio.io/istio/pkg/test/env"
    	"istio.io/istio/pkg/tracing"
    	"istio.io/istio/pkg/util/sets"
    	pkgversion "istio.io/istio/pkg/version"
    )
    
    func main() {
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jul 26 13:23:41 UTC 2023
    - 10K bytes
    - Viewed (0)
  7. staging/src/k8s.io/apiextensions-apiserver/pkg/registry/customresource/etcd.go

    	"k8s.io/apimachinery/pkg/util/managedfields"
    	"k8s.io/apiserver/pkg/registry/generic"
    	genericregistry "k8s.io/apiserver/pkg/registry/generic/registry"
    	"k8s.io/apiserver/pkg/registry/rest"
    	"sigs.k8s.io/structured-merge-diff/v4/fieldpath"
    )
    
    // CustomResourceStorage includes dummy storage for CustomResources, and their Status and Scale subresources.
    type CustomResourceStorage struct {
    	CustomResource *REST
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Mar 08 21:44:00 UTC 2023
    - 12.4K bytes
    - Viewed (0)
  8. hack/tools/go.mod

    	github.com/golangci/golangci-lint v1.56.2
    	github.com/jcchavezs/porto v0.6.0
    	go.uber.org/automaxprocs v1.5.2
    	go.uber.org/mock v0.4.0
    	gotest.tools/gotestsum v1.6.4
    	honnef.co/go/tools v0.4.6
    	sigs.k8s.io/logtools v0.8.1
    )
    
    require (
    	4d63.com/gocheckcompilerdirectives v1.2.1 // indirect
    	4d63.com/gochecknoglobals v0.2.1 // indirect
    	github.com/4meepo/tagalign v1.3.3 // indirect
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Mar 07 08:12:16 UTC 2024
    - 10.1K bytes
    - Viewed (0)
  9. pkg/registry/core/namespace/storage/storage.go

    	"k8s.io/kubernetes/pkg/printers"
    	printersinternal "k8s.io/kubernetes/pkg/printers/internalversion"
    	printerstorage "k8s.io/kubernetes/pkg/printers/storage"
    	"k8s.io/kubernetes/pkg/registry/core/namespace"
    	"sigs.k8s.io/structured-merge-diff/v4/fieldpath"
    )
    
    // rest implements a RESTStorage for namespaces
    type REST struct {
    	store  *genericregistry.Store
    	status *genericregistry.Store
    }
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Nov 18 09:21:19 UTC 2022
    - 13.4K bytes
    - Viewed (0)
  10. pkg/registry/apps/replicaset/storage/storage.go

    	"k8s.io/kubernetes/pkg/printers"
    	printersinternal "k8s.io/kubernetes/pkg/printers/internalversion"
    	printerstorage "k8s.io/kubernetes/pkg/printers/storage"
    	"k8s.io/kubernetes/pkg/registry/apps/replicaset"
    	"sigs.k8s.io/structured-merge-diff/v4/fieldpath"
    )
    
    // ReplicaSetStorage includes dummy storage for ReplicaSets and for Scale subresource.
    type ReplicaSetStorage struct {
    	ReplicaSet *REST
    	Status     *StatusREST
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Mar 08 21:44:00 UTC 2023
    - 12.9K bytes
    - Viewed (0)
Back to top