Search Options

Results per page
Sort
Preferred Languages
Advance

Results 91 - 100 of 1,010 for etypes (0.05 sec)

  1. cni/pkg/plugin/plugin_cni_conformance.go

    1. // See the License for the specific language governing permissions and
    2. // limitations under the License.
    3.  
    4. package plugin
    5.  
    6. import (
    7. "testing"
    8.  
    9. "github.com/containernetworking/cni/pkg/types"
    10. )
    11.  
    12. // Validate k8sArgs struct works for unmarshalling kubelet args
    13. // This is important for CNI plugin conformance
    14. func TestLoadArgs(t *testing.T) {
    15. kubeletArgs := "IgnoreUnknown=1;K8S_POD_NAMESPACE=istio-system;" +
    Registered: Wed Nov 06 22:53:10 UTC 2024
    - Last Modified: Wed May 29 21:50:09 UTC 2024
    - 1.5K bytes
    - Viewed (0)
  2. cni/pkg/repair/repaircontroller.go

    1. events kclient.EventRecorder
    2. repairedPods map[types.NamespacedName]types.UID
    3. }
    4.  
    5. func NewRepairController(client kube.Client, cfg config.RepairConfig) (*Controller, error) {
    6. c := &Controller{
    7. cfg: cfg,
    8. client: client,
    9. events: kclient.NewEventRecorder(client, "cni-repair"),
    10. repairedPods: map[types.NamespacedName]types.UID{},
    11. }
    12. fieldSelectors := []string{}
    13. if cfg.FieldSelectors != "" {
    Registered: Wed Nov 06 22:53:10 UTC 2024
    - Last Modified: Sat Feb 10 00:31:55 UTC 2024
    - 10.4K bytes
    - Viewed (0)
  3. src/cmd/cgo/gcc.go

    1. }
    2. }
    3. }
    4.  
    5. // Type returns a *Type with the same memory layout as
    6. // dtype when used as the type of a variable or a struct field.
    7. func (c *typeConv) Type(dtype dwarf.Type, pos token.Pos) *Type {
    8. return c.loadType(dtype, pos, "")
    9. }
    10.  
    11. // loadType recursively loads the requested dtype and its dependency graph.
    12. func (c *typeConv) loadType(dtype dwarf.Type, pos token.Pos, parent string) *Type {
    Registered: Tue Nov 05 11:13:11 UTC 2024
    - Last Modified: Wed Sep 18 15:07:34 UTC 2024
    - 97.1K bytes
    - Viewed (0)
  4. docs/fr/docs/deployment/index.md

    1. l'application efficacement et sans interruption ni problème.
    2.  
    3. Ceci contraste avec les étapes de **développement**, où vous êtes constamment en train de modifier le code, de le casser
    4. et de le réparer, d'arrêter et de redémarrer le serveur de développement, _etc._
    5.  
    6. ## Stratégies de déploiement
    7.  
    8. Il existe plusieurs façons de procéder, en fonction de votre cas d'utilisation spécifique et des outils que vous
    9. utilisez.
    Registered: Sun Nov 03 07:19:11 UTC 2024
    - Last Modified: Sat Jun 24 14:47:15 UTC 2023
    - 1.5K bytes
    - Viewed (0)
  5. cmd/metrics-v3-cache.go

    1. loadDriveMetrics)
    2. }
    3.  
    4. func newCPUMetricsCache() *cachevalue.Cache[madmin.CPUMetrics] {
    5. loadCPUMetrics := func(ctx context.Context) (v madmin.CPUMetrics, err error) {
    6. var types madmin.MetricType = madmin.MetricsCPU
    7.  
    8. m := collectLocalMetrics(types, collectMetricsOpts{
    9. hosts: map[string]struct{}{
    10. globalLocalNodeName: {},
    11. },
    12. })
    13.  
    14. for _, hm := range m.ByHost {
    15. if hm.CPU != nil {
    16. v = *hm.CPU
    Registered: Sun Nov 03 19:28:11 UTC 2024
    - Last Modified: Thu May 09 00:51:34 UTC 2024
    - 8.1K bytes
    - Viewed (0)
  6. impl/maven-core/src/main/java/org/apache/maven/classrealm/ClassRealmRequest.java

    1. /**
    2. * Gets the packages/types to import from the parent realm.
    3. *
    4. * @return The modifiable list of packages/types to import from the parent realm, never {@code null}.
    5. */
    6. List<String> getParentImports();
    7.  
    8. /**
    9. * Gets the packages/types to import from foreign realms.
    10. *
    11. * @return The modifiable map of packages/types to import from foreign realms, never {@code null}.
    12. */
    Registered: Sun Nov 03 03:35:11 UTC 2024
    - Last Modified: Fri Oct 25 12:31:46 UTC 2024
    - 2.6K bytes
    - Viewed (0)
  7. pyproject.toml

    1. "uvicorn[standard] >=0.12.0",
    2. # TODO: this should be part of some pydantic optional extra dependencies
    3. # # Settings management
    4. # "pydantic-settings >=2.0.0",
    5. # # Extra Pydantic data types
    6. # "pydantic-extra-types >=2.0.0",
    7. ]
    8.  
    9. all = [
    10. "fastapi-cli[standard] >=0.0.5",
    11. # # For the test client
    12. "httpx >=0.23.0",
    13. # For templates
    14. "jinja2 >=2.11.2",
    15. # For forms and file uploads
    Registered: Sun Nov 03 07:19:11 UTC 2024
    - Last Modified: Tue Oct 22 14:19:56 UTC 2024
    - 7.9K bytes
    - Viewed (0)
  8. tests/test_compat.py

    1. # TODO: in theory this would allow declaring types that could be lists of bytes
    2. # to be read from files and other types, but I'm not even sure it's a good idea
    3. # to support it as a first class "feature"
    4. assert is_bytes_sequence_annotation(Union[List[str], List[bytes]])
    5.  
    6.  
    7. def test_is_uploadfile_sequence_annotation():
    8. # For coverage
    9. # TODO: in theory this would allow declaring types that could be lists of UploadFile
    Registered: Sun Nov 03 07:19:11 UTC 2024
    - Last Modified: Wed Sep 11 07:45:30 UTC 2024
    - 3.5K bytes
    - Viewed (0)
  9. okhttp-tls/src/main/kotlin/okhttp3/tls/internal/der/BasicDerAdapter.kt

    1. * limitations under the License.
    2. */
    3. package okhttp3.tls.internal.der
    4.  
    5. import java.net.ProtocolException
    6.  
    7. /**
    8. * Handles basic types that always use the same tag. This supports optional types and may set a type
    9. * hint for further adapters to process.
    10. *
    11. * Types like ANY and CHOICE that don't have a consistent tag cannot use this.
    12. */
    13. internal data class BasicDerAdapter<T>(
    14. private val name: String,
    Registered: Fri Nov 01 11:42:11 UTC 2024
    - Last Modified: Mon Jan 08 01:13:22 UTC 2024
    - 4.4K bytes
    - Viewed (0)
  10. docs/fr/docs/features.md

    1. ### Faite en python moderne
    2.  
    3. Tout est basé sur la déclaration de type standard de **Python 3.8** (grâce à Pydantic). Pas de nouvelles syntaxes à apprendre. Juste du Python standard et moderne.
    4.  
    5. Si vous souhaitez un rappel de 2 minutes sur l'utilisation des types en Python (même si vous ne comptez pas utiliser FastAPI), jetez un oeil au tutoriel suivant: [Python Types](python-types.md){.internal-link target=_blank}.
    Registered: Sun Nov 03 07:19:11 UTC 2024
    - Last Modified: Tue Aug 06 04:48:30 UTC 2024
    - 11.1K bytes
    - Viewed (0)
Back to top