Search Options

Results per page
Sort
Preferred Languages
Advance

Results 51 - 59 of 59 for RUNTIME (0.31 sec)

  1. operator/pkg/apis/istio/v1alpha1/values_types.pb.go

    // 	protoc        (unknown)
    // source: pkg/apis/istio/v1alpha1/values_types.proto
    
    package v1alpha1
    
    import (
    	protoreflect "google.golang.org/protobuf/reflect/protoreflect"
    	protoimpl "google.golang.org/protobuf/runtime/protoimpl"
    	_ "google.golang.org/protobuf/types/known/anypb"
    	durationpb "google.golang.org/protobuf/types/known/durationpb"
    	structpb "google.golang.org/protobuf/types/known/structpb"
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Jun 03 01:55:05 UTC 2024
    - 329.6K bytes
    - Viewed (0)
  2. api/go1.13.txt

    pkg path/filepath (netbsd-arm64), const Separator = 47
    pkg reflect, method (Value) IsZero() bool
    pkg runtime (netbsd-arm64-cgo), const GOARCH = "arm64"
    pkg runtime (netbsd-arm64-cgo), const GOOS = "netbsd"
    pkg runtime (netbsd-arm64), const GOARCH = "arm64"
    pkg runtime (netbsd-arm64), const GOOS = "netbsd"
    pkg strings, func ToValidUTF8(string, string) string
    pkg syscall, method (Errno) Is(error) bool
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Aug 08 18:44:16 UTC 2019
    - 452.6K bytes
    - Viewed (0)
  3. staging/src/k8s.io/apiextensions-apiserver/test/integration/ratcheting_test_cases/crds/standard-install.yaml

              ReferenceGrants allowing a reference from a Route to a Service are only
              applicable to BackendRefs. \n ReferenceGrant is a form of runtime verification
              allowing users to assert which cross-namespace object references are permitted.
              Implementations that support ReferenceGrant MUST NOT permit cross-namespace
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Oct 27 17:15:18 UTC 2023
    - 458.3K bytes
    - Viewed (0)
  4. prow/config/calico.yaml

                      [Default: Empty]'
                    type: string
                  prometheusGoMetricsEnabled:
                    description: 'PrometheusGoMetricsEnabled disables Go runtime metrics
                      collection, which the Prometheus client does by default, when set
                      to false. This reduces the number of metrics reported, reducing
                      Prometheus load. [Default: true]'
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue May 21 18:32:01 UTC 2024
    - 246.5K bytes
    - Viewed (0)
  5. doc/go_spec.html

    with a value of the implementation-defined interface type <code>runtime.Error</code>.
    That type satisfies the predeclared interface type
    <a href="#Errors"><code>error</code></a>.
    The exact error values that
    represent distinct run-time error conditions are unspecified.
    </p>
    
    <pre>
    package runtime
    
    type Error interface {
    	error
    	// and perhaps other methods
    }
    </pre>
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jun 04 21:07:21 UTC 2024
    - 281.5K bytes
    - Viewed (0)
  6. pkg/proxy/iptables/proxier_test.go

    See the License for the specific language governing permissions and
    limitations under the License.
    */
    
    package iptables
    
    import (
    	"bytes"
    	"fmt"
    	"net"
    	"reflect"
    	"regexp"
    	stdruntime "runtime"
    	"sort"
    	"strconv"
    	"strings"
    	"testing"
    	"time"
    
    	"github.com/google/go-cmp/cmp"
    	"github.com/lithammer/dedent"
    	"github.com/stretchr/testify/assert"
    	v1 "k8s.io/api/core/v1"
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue May 21 14:39:54 UTC 2024
    - 249.9K bytes
    - Viewed (0)
  7. docs/en/docs/release-notes.md

    If you call those functions in **other places in your code**, the actual **default values** will be kept, your editor will help you notice missing **required arguments**, Python will require you to pass required arguments at **runtime**, you will be able to **use the same functions** for different things and with different libraries (e.g. **Typer** will soon support `Annotated` too, then you could use the same function for an API and a CLI), etc.
    
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Fri Jun 14 15:07:37 UTC 2024
    - 395.4K bytes
    - Viewed (0)
  8. src/cmd/asm/internal/asm/testdata/avx512enc/avx512f.s

    // Code generated by avx512test. DO NOT EDIT.
    
    #include "../../../../../../runtime/textflag.h"
    
    TEXT asmtest_avx512f(SB), NOSPLIT, $0
    	KANDNW K4, K4, K6                                  // c5dc42f4
    	KANDNW K5, K4, K6                                  // c5dc42f5
    	KANDNW K4, K6, K6                                  // c5cc42f4
    	KANDNW K5, K6, K6                                  // c5cc42f5
    	KANDNW K4, K4, K4                                  // c5dc42e4
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue May 22 14:57:15 UTC 2018
    - 410.5K bytes
    - Viewed (0)
  9. pkg/apis/core/validation/validation.go

    }
    
    // validOS stores the set of valid OSes within pod spec.
    // The valid values currently are linux, windows.
    // In future, they can be expanded to values from
    // https://github.com/opencontainers/runtime-spec/blob/master/config.md#platform-specific-configuration
    var validOS = sets.New(core.Linux, core.Windows)
    
    // ValidateHasLabel requires that metav1.ObjectMeta has a Label with key and expectedValue
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 349.5K bytes
    - Viewed (0)
Back to top