Search Options

Results per page
Sort
Preferred Languages
Advance

Results 61 - 70 of 362 for ecsi (1.15 sec)

  1. pkg/volume/csi/expander_test.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 csi
    
    import (
    	"context"
    	"os"
    	"reflect"
    	"testing"
    
    	"google.golang.org/grpc/codes"
    	"google.golang.org/grpc/status"
    	api "k8s.io/api/core/v1"
    	"k8s.io/apimachinery/pkg/api/resource"
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Nov 01 03:58:36 UTC 2023
    - 6.6K bytes
    - Viewed (0)
  2. pkg/kubelet/kubelet_getters.go

    		}
    		unescapePluginName := utilstrings.UnescapeQualifiedName(volumePluginName)
    
    		if unescapePluginName != csi.CSIPluginName {
    			for _, volumeDir := range volumeDirs {
    				volumes = append(volumes, filepath.Join(volumePluginPath, volumeDir))
    			}
    		} else {
    			// For CSI volumes, the mounted volume path has an extra sub path "/mount", so also add it
    			// to the list if the mounted path exists.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat Mar 09 00:48:07 UTC 2024
    - 17.9K bytes
    - Viewed (0)
  3. pkg/scheduler/framework/plugins/nodevolumelimits/non_csi.go

    			logger.V(5).Info("Could not get a CSINode object for the node", "node", klog.KObj(node), "err", err)
    		}
    	}
    
    	// if a plugin has been migrated to a CSI driver, defer to the CSI predicate
    	if pl.filter.IsMigrated(csiNode) {
    		return nil
    	}
    
    	// count unique volumes
    	existingVolumes := sets.New[string]()
    	for _, existingPod := range nodeInfo.Pods {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat Dec 30 23:00:56 UTC 2023
    - 19.6K bytes
    - Viewed (0)
  4. staging/README.md

    - [`k8s.io/cri-api`](https://github.com/kubernetes/cri-api)
    - [`k8s.io/cri-client`](https://github.com/kubernetes/cri-client)
    - [`k8s.io/csi-translation-lib`](https://github.com/kubernetes/csi-translation-lib)
    - [`k8s.io/dynamic-resource-allocation`](https://github.com/kubernetes/dynamic-resource-allocation)
    - [`k8s.io/endpointslice`](https://github.com/kubernetes/endpointslice)
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Jun 06 11:23:09 UTC 2024
    - 5.7K bytes
    - Viewed (0)
  5. src/main/java/org/codelibs/fess/helper/ActivityHelper.java

            final String logFormat = ComponentUtil.getFessConfig().getAppAuditLogFormat();
            if (StringUtil.isBlank(logFormat)) {
                useEcsFormat = "docker".equals(System.getenv("FESS_APP_TYPE"));
            } else if ("ecs".equals(logFormat)) {
                useEcsFormat = true;
            }
        }
    
        public void login(final OptionalThing<FessUserBean> user) {
            final Map<String, String> valueMap = new LinkedHashMap<>();
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Thu Feb 22 01:37:57 UTC 2024
    - 7.7K bytes
    - Viewed (0)
  6. src/cmd/vendor/golang.org/x/arch/x86/x86asm/inst.go

    	R10W: "R10W",
    	R11W: "R11W",
    	R12W: "R12W",
    	R13W: "R13W",
    	R14W: "R14W",
    	R15W: "R15W",
    	EAX:  "EAX",
    	ECX:  "ECX",
    	EDX:  "EDX",
    	EBX:  "EBX",
    	ESP:  "ESP",
    	EBP:  "EBP",
    	ESI:  "ESI",
    	EDI:  "EDI",
    	R8L:  "R8L",
    	R9L:  "R9L",
    	R10L: "R10L",
    	R11L: "R11L",
    	R12L: "R12L",
    	R13L: "R13L",
    	R14L: "R14L",
    	R15L: "R15L",
    	RAX:  "RAX",
    	RCX:  "RCX",
    	RDX:  "RDX",
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:33 UTC 2023
    - 10.6K bytes
    - Viewed (0)
  7. pkg/volume/volume.go

    	// An abnormal volume does not meet these criteria.
    	// This field is OPTIONAL. Only some csi drivers which support NodeServiceCapability_RPC_VOLUME_CONDITION
    	// need to fill it.
    	Abnormal *bool
    
    	// The message describing the condition of the volume.
    	// This field is OPTIONAL. Only some csi drivers which support capability_RPC_VOLUME_CONDITION
    	// need to fill it.
    	Message *string
    }
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue May 14 06:17:25 UTC 2024
    - 11.8K bytes
    - Viewed (0)
  8. pkg/kubemark/hollow_kubelet.go

    	kubeletutil "k8s.io/kubernetes/pkg/kubelet/util"
    	"k8s.io/kubernetes/pkg/util/oom"
    	"k8s.io/kubernetes/pkg/volume"
    	"k8s.io/kubernetes/pkg/volume/configmap"
    	"k8s.io/kubernetes/pkg/volume/csi"
    	"k8s.io/kubernetes/pkg/volume/downwardapi"
    	"k8s.io/kubernetes/pkg/volume/emptydir"
    	"k8s.io/kubernetes/pkg/volume/fc"
    	"k8s.io/kubernetes/pkg/volume/git_repo"
    	"k8s.io/kubernetes/pkg/volume/hostpath"
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Jun 07 17:10:54 UTC 2024
    - 7.8K bytes
    - Viewed (0)
  9. pkg/proxy/healthcheck/healthcheck_test.go

    	nodePortAddresses := proxyutil.NewNodePortAddresses(v1.IPv4Protocol, []string{})
    	proxyChecker := &fakeProxierHealthChecker{true}
    
    	hcsi := newServiceHealthServer("hostname", nil, listener, httpFactory, nodePortAddresses, proxyChecker)
    	hcs := hcsi.(*server)
    	if len(hcs.services) != 0 {
    		t.Errorf("expected 0 services, got %d", len(hcs.services))
    	}
    
    	// sync nothing
    	hcs.SyncServices(nil)
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Apr 26 13:27:41 UTC 2024
    - 21.4K bytes
    - Viewed (0)
  10. pkg/scheduler/framework/plugins/volumebinding/binder.go

    	corelisters "k8s.io/client-go/listers/core/v1"
    	storagelisters "k8s.io/client-go/listers/storage/v1"
    	"k8s.io/component-helpers/storage/ephemeral"
    	"k8s.io/component-helpers/storage/volume"
    	csitrans "k8s.io/csi-translation-lib"
    	csiplugins "k8s.io/csi-translation-lib/plugins"
    	"k8s.io/klog/v2"
    	v1helper "k8s.io/kubernetes/pkg/apis/core/v1/helper"
    	"k8s.io/kubernetes/pkg/features"
    	"k8s.io/kubernetes/pkg/scheduler/framework/plugins/volumebinding/metrics"
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu May 09 14:55:34 UTC 2024
    - 42.6K bytes
    - Viewed (0)
Back to top